OSDN Git Service

minigbm: add clang-format and presubmit hooks
[android-x86/external-minigbm.git] / presubmit.sh
1 #!/bin/sh
2 # Copyright 2017 The Chromium OS Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 find \
7         '(' -name '*.[ch]' -or -name '*.cc' ')' \
8         -not -name 'gbm.h' \
9         -exec clang-format -style=file -i {} +