summaryrefslogtreecommitdiff
path: root/clang-format.sh
blob: 8de3efeb4ef16a0f23c6c931d2a1accf4b0447b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#/usr/bin/env bash

set -x
set -e

CLANG_FORMAT=${CLANG_FORMAT:-clang-format}

$CLANG_FORMAT -i \
	gdb/*.h gdb/*.c \
	gdb/*/*.h gdb/*/*.c \
	gdbserver/*.h gdbserver/*.cc \
	gdbsupport/*.h gdbsupport/*.cc