summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-09-08 17:28:26 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:14 +0100
commit656861fa9d71807ab6fa766ac115cd23853c6004 (patch)
treec10175b5dc3dd803e86719372624b94fadd7fab6
parentReenable display of encrypted messages (diff)
downloadnheko-656861fa9d71807ab6fa766ac115cd23853c6004.tar.xz
Fix ci formatter to format all files
-rwxr-xr-x.ci/format.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.ci/format.sh b/.ci/format.sh

index d3b629c3..e1e6c1e4 100755 --- a/.ci/format.sh +++ b/.ci/format.sh
@@ -11,5 +11,7 @@ FILES=$(find src -type f -type f \( -iname "*.cpp" -o -iname "*.h" \)) for f in $FILES do - clang-format -i "$f" && git diff --exit-code + clang-format -i "$f" done; + +git diff --exit-code