summaryrefslogtreecommitdiff
path: root/other/astyle
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-20 15:15:49 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-22 02:10:18 -0700
commit3f0c1017714eb8b5114ee5d0caaa5bc453217d09 (patch)
treed5afef4d1828644433db37012b01abd7cf879d1b /other/astyle
parentb044cfbf1509ff45b2d4b0f518dadd8ad7c05046 (diff)
Make Friend User Status stateless
Diffstat (limited to 'other/astyle')
-rwxr-xr-xother/astyle/format-source2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source
index 4d4b111c..9571fd7b 100755
--- a/other/astyle/format-source
+++ b/other/astyle/format-source
@@ -6,4 +6,4 @@ fi
6 6
7SOURCES=`find . -name "*.[ch]" -and -not -name "*.in.*" -and -not -wholename "*crypto_pwhash*" -and -not -wholename "./super_donators/*"` 7SOURCES=`find . -name "*.[ch]" -and -not -name "*.in.*" -and -not -wholename "*crypto_pwhash*" -and -not -wholename "./super_donators/*"`
8 8
9$ASTYLE --options=other/astyle/astylerc $SOURCES 9$ASTYLE -n --options=other/astyle/astylerc $SOURCES