summaryrefslogtreecommitdiff
path: root/other
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
parentb044cfbf1509ff45b2d4b0f518dadd8ad7c05046 (diff)
Make Friend User Status stateless
Diffstat (limited to 'other')
-rw-r--r--other/apidsl/tox.in.h2
-rwxr-xr-xother/astyle/format-source2
2 files changed, 2 insertions, 2 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index bb97174a..b1b68117 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -1269,7 +1269,7 @@ namespace friend {
1269 /** 1269 /**
1270 * This event is triggered when a friend changes their user status. 1270 * This event is triggered when a friend changes their user status.
1271 */ 1271 */
1272 event status { 1272 event status const {
1273 /** 1273 /**
1274 * @param friend_number The friend number of the friend whose user status 1274 * @param friend_number The friend number of the friend whose user status
1275 * changed. 1275 * changed.
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