diff options
| author | Junichi Uekawa <uekawa@google.com> | 2020-01-29 15:45:16 +0900 |
|---|---|---|
| committer | Commit Bot <commit-bot@chromium.org> | 2020-02-03 06:12:15 +0000 |
| commit | d441f4ec3366202ccf35d0bb8d6b0c246cc2d5e9 (patch) | |
| tree | 0b6795d2671c45afb88b1183819224df71dece1d /cros_gralloc/gralloc0 | |
| parent | fbfb338e7db246f05ae68da97141fbd49481584b (diff) | |
| download | platform_external_minigbm-d441f4ec3366202ccf35d0bb8d6b0c246cc2d5e9.tar.gz platform_external_minigbm-d441f4ec3366202ccf35d0bb8d6b0c246cc2d5e9.tar.bz2 platform_external_minigbm-d441f4ec3366202ccf35d0bb8d6b0c246cc2d5e9.zip | |
minigbm: Reformat with clang-format.
Touching the files seem to cause reformatting.
BUG=None
TEST=None
Change-Id: I31d2fbb01f4ee803da2b740dea036971e861bf60
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/2027288
Tested-by: Junichi Uekawa <uekawa@chromium.org>
Reviewed-by: Lepton Wu <lepton@chromium.org>
Commit-Queue: Junichi Uekawa <uekawa@chromium.org>
Diffstat (limited to 'cros_gralloc/gralloc0')
| -rw-r--r-- | cros_gralloc/gralloc0/tests/gralloctest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cros_gralloc/gralloc0/tests/gralloctest.c b/cros_gralloc/gralloc0/tests/gralloctest.c index 8dfcd0b..9160e62 100644 --- a/cros_gralloc/gralloc0/tests/gralloctest.c +++ b/cros_gralloc/gralloc0/tests/gralloctest.c @@ -95,7 +95,7 @@ static struct combinations combos[] = { // clang-format on struct grallocinfo { - buffer_handle_t handle; /* handle to the buffer */ + buffer_handle_t handle; /* handle to the buffer */ int w; /* width of buffer */ int h; /* height of buffer */ int format; /* format of the buffer */ |
