summaryrefslogtreecommitdiff
path: root/core/LAN_discovery.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/LAN_discovery.c
parent8f6f8e221d5a86c811f7fb7978d724bd12a9bf6a (diff)
tabs -> spaces
Diffstat (limited to 'core/LAN_discovery.c')
-rw-r--r--core/LAN_discovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LAN_discovery.c b/core/LAN_discovery.c
index 43eb7d42..67dc656b 100644
--- a/core/LAN_discovery.c
+++ b/core/LAN_discovery.c
@@ -134,5 +134,5 @@ int send_LANdiscovery(uint16_t port)
134 134
135void LANdiscovery_init(void) 135void LANdiscovery_init(void)
136{ 136{
137 networking_registerhandler(33, &handle_LANdiscovery); 137 networking_registerhandler(33, &handle_LANdiscovery);
138} 138}