From 904e050aa0f4250adc7b7f8125000ef26715abef Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 00:57:41 +0200 Subject: Nuke trailing whitespace. Signed-off-by: Ralf Baechle --- ax25rtd/listener.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ax25rtd/listener.c') diff --git a/ax25rtd/listener.c b/ax25rtd/listener.c index 27353e9..c3814a1 100644 --- a/ax25rtd/listener.c +++ b/ax25rtd/listener.c @@ -164,7 +164,7 @@ int set_arp(config * config, long ip, ax25_address * call) return 0; } -/* dl9sau: use iproute2 for advanced routing. +/* dl9sau: use iproute2 for advanced routing. * Anyone likes to implement this directly, without system()? */ #define RT_DEL 0 @@ -180,7 +180,7 @@ int iproute2(long ip, char *dev, int what) (int) ((ip & 0x0000FF00) >> 8), (int) ((ip & 0x00FF0000) >> 16), (int) ((ip & 0xFF000000) >> 24)); - + /* ip rule add table 44 */ sprintf(buffer, "/sbin/ip route %s %s dev %s table %s proto ax25rtd", (what ? "add" : "del"), ipa, dev, iproute2_table); @@ -413,7 +413,7 @@ void ax25_receive(int sock) data = buf; - /* + /* * KISS data? */ @@ -451,7 +451,7 @@ void ax25_receive(int sock) srccall.ax25_call[6] &= 0x1e; SKIP(ALEN); - /* + /* * How long is our control field? */ @@ -492,7 +492,7 @@ void ax25_receive(int sock) ctl &= ~LAPB_PF; } - /* + /* * Check if info frame and get PID */ -- cgit v1.2.3