blob: 1cfc59cee0b65ddff196ef3c6d4b2dcc6e0b7f9e [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' ')' \
Zach Reizner85c4c5f2017-10-04 13:15:57 -07007 -not -name 'gbm.h' -not -name 'virgl_hw.h' \
Gurchetan Singh1b1d56a2017-03-10 16:25:23 -08008 -exec clang-format -style=file -i {} +