blob: 6d55f2a5e703adc4c98885ef39714b98daea13ea [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' ')' \
7 -not -name 'gbm.h' \
8 -exec clang-format -style=file -i {} +