summaryrefslogtreecommitdiff
path: root/other/astyle/format-source
diff options
context:
space:
mode:
Diffstat (limited to 'other/astyle/format-source')
-rwxr-xr-xother/astyle/format-source1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source
index c168b80b..b702b488 100755
--- a/other/astyle/format-source
+++ b/other/astyle/format-source
@@ -38,6 +38,7 @@ apidsl_curl() {
38$APIDSL toxcore/crypto_core.api.h > toxcore/crypto_core.h 38$APIDSL toxcore/crypto_core.api.h > toxcore/crypto_core.h
39$APIDSL toxcore/tox.api.h > toxcore/tox.h 39$APIDSL toxcore/tox.api.h > toxcore/tox.h
40$APIDSL toxav/toxav.api.h > toxav/toxav.h 40$APIDSL toxav/toxav.api.h > toxav/toxav.h
41$APIDSL toxencryptsave/toxencryptsave.api.h > toxencryptsave/toxencryptsave.h
41 42
42SOURCES=`find . -name "*.[ch]" -and -not -name "*.api.h" -and -not -wholename "*crypto_pwhash*" -and -not -wholename "./super_donators/*"` 43SOURCES=`find . -name "*.[ch]" -and -not -name "*.api.h" -and -not -wholename "*crypto_pwhash*" -and -not -wholename "./super_donators/*"`
43 44