Sign in
code
/
git
/
master
/
.
/
ci
/
run-style-check.sh
blob: 0832c19df076f4242fe317c1101bcb26b4c9d476 [
file
] [
log
] [
blame
]
#!/bin/sh
#
# Perform style check
#
baseCommit
=
$1
git clang
-
format
--
style
=
file
:.
clang
-
format \
--
diff
--
extensions c
,
h
"$baseCommit"