From 8ad248395c0fa0bccff6d0f9c43712018f0645f9 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 01:47:43 +0200 Subject: Use tabs for indentation, not spaces. Signed-off-by: Ralf Baechle --- ax25rtd/ax25rtctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ax25rtd/ax25rtctl.c') 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); -- cgit v1.2.3