blob: 69665f2b3e5fd4de63f25462787c5648381da5ce [file] [log] [blame]
Gurchetan Singh1b1d56a2017-03-10 16:25:23 -08001#!/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.
Gurchetan Singh1b1d56a2017-03-10 16:25:23 -08005find \
6 '(' -name '*.[ch]' -or -name '*.cc' ')' \
Gurchetan Singh13b00122020-10-07 14:31:20 -07007 -not -name 'virtgpu_drm.h' -not -name 'i915_drm.h' \
Zach Reizner85c4c5f2017-10-04 13:15:57 -07008 -not -name 'gbm.h' -not -name 'virgl_hw.h' \
Gurchetan Singh9f3110b2020-04-03 15:15:30 -07009 -not -name 'virgl_protocol.h' \
Gurchetan Singh1b1d56a2017-03-10 16:25:23 -080010 -exec clang-format -style=file -i {} +