summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rwxr-xr-xother/astyle/format-source7
1 files changed, 6 insertions, 1 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source
index 3757561b..cf190982 100755
--- a/other/astyle/format-source
+++ b/other/astyle/format-source
@@ -45,7 +45,12 @@ if grep '<unresolved>' */*.h; then
45 exit 1 45 exit 1
46fi 46fi
47 47
48SOURCES=`find . "-(" -name "*.[ch]" -or -name "*.cpp" "-)" -and -not -name "*.api.h" -and -not -wholename "*crypto_pwhash*" -and -not -wholename "./super_donators/*"` 48SOURCES=`find . \
49 "-(" -name "*.[ch]" -or -name "*.cpp" "-)" \
50 -and -not -name "*.api.h" \
51 -and -not -wholename "./super_donators/*" \
52 -and -not -wholename "./third_party/*" \
53 -and -not -wholename "./toxencryptsave/crypto_pwhash*"`
49 54
50$ASTYLE -n --options=other/astyle/astylerc $SOURCES 55$ASTYLE -n --options=other/astyle/astylerc $SOURCES
51 56