blob: 5e8a32a256f558335d75bf8959ba29c5befdaee4 [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 Singh69bc4302020-02-05 18:18:52 -08007 -not -name 'virtgpu_drm.h' \
Zach Reizner85c4c5f2017-10-04 13:15:57 -07008 -not -name 'gbm.h' -not -name 'virgl_hw.h' \
Gurchetan Singh1b1d56a2017-03-10 16:25:23 -08009 -exec clang-format -style=file -i {} +