Sign in
fuchsia
/
third_party
/
capstone
/
upstream/next
/
.
/
suite
/
run_clang_format.sh
blob: 2e8b57b94318ddaa8a98210e1884dc8122688847 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
ex
find
-
name
"*.[ch]"
|
grep
-
vE
"autosync"
>
files_to_format
.
txt
clang
-
format
-
17
--
files
=
files_to_format
.
txt
--
dry
-
run
--
Werror
--
verbose