xref: /aosp_15_r20/external/crosvm/third_party/minigbm/presubmit.sh (revision d95af8df99a05bcb8679a54dc3ab8e5cd312b38e)
1*d95af8dfSAndroid Build Coastguard Worker#!/bin/sh
2*d95af8dfSAndroid Build Coastguard Worker# Copyright 2017 The Chromium OS Authors. All rights reserved.
3*d95af8dfSAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be
4*d95af8dfSAndroid Build Coastguard Worker# found in the LICENSE file.
5*d95af8dfSAndroid Build Coastguard Workerfind \
6*d95af8dfSAndroid Build Coastguard Worker	'(' -name '*.[ch]' -or -name '*.cc' ')' \
7*d95af8dfSAndroid Build Coastguard Worker	-not -name 'virtgpu_drm.h' -not -name 'i915_drm.h' \
8*d95af8dfSAndroid Build Coastguard Worker	-not -name 'gbm.h' -not -name 'virgl_hw.h' \
9*d95af8dfSAndroid Build Coastguard Worker	-not -name 'virgl_protocol.h' \
10*d95af8dfSAndroid Build Coastguard Worker	-exec clang-format -style=file -i {} +
11