summaryrefslogtreecommitdiff
path: root/core/friend_requests.c
diff options
context:
space:
mode:
authorslvr <slvr@unsafeio.com>2013-08-10 11:18:25 +0100
committerslvr <slvr@unsafeio.com>2013-08-10 11:27:36 +0100
commit7f27fcaf37144354bca31109f71d2db5af9d4582 (patch)
treea6b9dcdb1d9a77e507d3700ae92936fb75a63ddf /core/friend_requests.c
parent8f6f8e221d5a86c811f7fb7978d724bd12a9bf6a (diff)
tabs -> spaces
Diffstat (limited to 'core/friend_requests.c')
-rw-r--r--core/friend_requests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/friend_requests.c b/core/friend_requests.c
index 013232ee..422cc028 100644
--- a/core/friend_requests.c
+++ b/core/friend_requests.c
@@ -132,5 +132,5 @@ static int friendreq_handlepacket(IP_Port source, uint8_t * packet, uint32_t len
132 132
133void friendreq_init(void) 133void friendreq_init(void)
134{ 134{
135 networking_registerhandler(32, &friendreq_handlepacket); 135 networking_registerhandler(32, &friendreq_handlepacket);
136} 136}