OSDN Git Service

gralloc0_register_buffer: initialize gralloc0 when needed
[android-x86/external-minigbm.git] / presubmit.sh
index 6d55f2a..1cfc59c 100755 (executable)
@@ -4,5 +4,5 @@
 # found in the LICENSE file.
 find \
        '(' -name '*.[ch]' -or -name '*.cc' ')' \
-       -not -name 'gbm.h' \
+       -not -name 'gbm.h' -not -name 'virgl_hw.h' \
        -exec clang-format -style=file -i {} +