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/ax25rtd.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ax25rtd/ax25rtd.h') diff --git a/ax25rtd/ax25rtd.h b/ax25rtd/ax25rtd.h index 83a1df5..4f09aae 100644 --- a/ax25rtd/ax25rtd.h +++ b/ax25rtd/ax25rtd.h @@ -16,9 +16,9 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * */ - + /* Defines for defaults */ - + #define IP_MAXROUTES 4096 #define AX25_MAXROUTES 4096 #define AX25_MAXCALLS 32 @@ -28,7 +28,7 @@ #define NEW_ARP 1 #define NEW_ROUTE 2 #define NEW_IPMODE 4 - + #define SEG_FIRST 0x80 #define SEG_REM 0x7F @@ -36,7 +36,7 @@ #define PID_ARP 0xCD #define PID_IP 0xCC #define PID_NETROM 0xCF - + #define HDLCAEB 0x01 #define SSSID_SPARE 0x40 #define AX25_REPEATED 0x80 @@ -95,10 +95,10 @@ typedef struct config_ { unsigned long netmask; unsigned long ip; - + int nmycalls; ax25_address mycalls[AX25_MAXCALLS]; - + struct full_sockaddr_ax25 ax25_default_path; } config; -- cgit v1.2.3