X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=presubmit.sh;h=1cfc59cee0b65ddff196ef3c6d4b2dcc6e0b7f9e;hb=7cfcc285d943c7c9f33ad949922e370ede98ed50;hp=735b6b3e3cb944f03e472652355a5686c40146db;hpb=1b1d56ae4018eaed1da9d6e7032554156b7be020;p=android-x86%2Fexternal-minigbm.git diff --git a/presubmit.sh b/presubmit.sh index 735b6b3..1cfc59c 100755 --- a/presubmit.sh +++ b/presubmit.sh @@ -2,8 +2,7 @@ # Copyright 2017 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # 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 {} +