From 203812d0f8fc8c595d4b4e3c8f4bf8605731a384 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 01:47:38 +0200 Subject: Use tabs for indentation, not spaces. Signed-off-by: Ralf Baechle --- netax25/ax25io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netax25') diff --git a/netax25/ax25io.h b/netax25/ax25io.h index 5d143b1..48db214 100644 --- a/netax25/ax25io.h +++ b/netax25/ax25io.h @@ -39,7 +39,7 @@ typedef struct ax25io_s { int optr; /* output pointer */ void *zptr; /* pointer to the compression struct */ - struct ax25io_s *next; /* linked list pointer */ + struct ax25io_s *next; /* linked list pointer */ } ax25io; #define EOLMODE_TEXT 0 -- cgit v1.2.3