aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/style.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/style.sh b/scripts/style.sh
index 1948188..3c2ac10 100755
--- a/scripts/style.sh
+++ b/scripts/style.sh
@@ -22,4 +22,5 @@ find . \
-name 'Pods' -prune -o \
-name '*.[mh]' \
-not -name '*.pbobjc.*' \
+ -not -name '*.pbrpc.*' \
-print0 | xargs -0 clang-format -style=file -i