summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtctl.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 01:47:43 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-02 18:16:06 +0200
commit8ad248395c0fa0bccff6d0f9c43712018f0645f9 (patch)
tree6e39778d2b046c1b3c3a398bfd37bca7b76ac562 /ax25rtd/ax25rtctl.c
parent1725ab720b56a94f895528a8aa89fe054ae9136d (diff)
Use tabs for indentation, not spaces.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25rtd/ax25rtctl.c')
-rw-r--r--ax25rtd/ax25rtctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25rtd/ax25rtctl.c b/ax25rtd/ax25rtctl.c
index d7e82f0..62d8a02 100644
--- a/ax25rtd/ax25rtctl.c
+++ b/ax25rtd/ax25rtctl.c
@@ -133,7 +133,7 @@ static void list_ax25(void)
printf("Callsign Port Last update Path\n");
/*
- DB0PRA-15 scc3 Tue Aug 6 16:35:38 1996
+ DB0PRA-15 scc3 Tue Aug 6 16:35:38 1996
*/
while (1) {
@@ -199,7 +199,7 @@ static void list_ip(void)
printf("IP Address Port Callsign Mode Last update\n");
/*
- 255.255.255.255 scc3 DB0PRA-15 v Thu Jan 7 06:54:19 1971
+ 255.255.255.255 scc3 DB0PRA-15 v Thu Jan 7 06:54:19 1971
*/
while (1) {
len = read(sock, buf + offs, sizeof(buf) - offs - 1);