summaryrefslogtreecommitdiffstats
path: root/netrom/netromr.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:57:38 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:11:30 +0200
commit1245fbd2a8d60bab7b16b8a1d3c0122fee72f53f (patch)
tree6dcf938b1472a9b5cac35648ffb0f3d185c39590 /netrom/netromr.c
parent0b4425760be1f92a1f25daeb5d3dc91814a98622 (diff)
Nuke trailing whitespace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'netrom/netromr.c')
-rw-r--r--netrom/netromr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/netrom/netromr.c b/netrom/netromr.c
index 9ed716f..3cbaeb4 100644
--- a/netrom/netromr.c
+++ b/netrom/netromr.c
@@ -14,7 +14,7 @@
#include <netinet/in.h>
#include <net/if.h>
-#ifdef __GLIBC__
+#ifdef __GLIBC__
#include <net/ethernet.h>
#else
#include <linux/if_ether.h>
@@ -160,7 +160,7 @@ void receive_nodes(unsigned char *buffer, int length, ax25_address *neighbour, i
}
fgets(neigh_buffer, 90, fp);
-
+
obs_count = atoi(neigh_buffer);
fclose(fp);
@@ -179,7 +179,7 @@ void receive_nodes(unsigned char *buffer, int length, ax25_address *neighbour, i
}
fgets(neigh_buffer, 90, fp);
-
+
portcall = ax25_ntoa(neighbour);
quality = port_list[index].default_qual;