[hackers] [sbase] Remove trailing whitespace in col.c || FRIGN
 
commit 98d94e79a467957101fafd451ba6a4dbe0fa67f4
Author: FRIGN <dev_AT_frign.de>
Date:   Wed Mar 4 18:48:44 2015 +0100
    Remove trailing whitespace in col.c
diff --git a/col.c b/col.c
index c98969d..89f30e1 100644
--- a/col.c
+++ b/col.c
_AT_@ -143,7 +143,7 @@ col(void)
                                 continue;
                         newchar('\x1b');
                         if (c != EOF)
-				newchar(c);			
+				newchar(c);
                         break;
                 case '\v':
                         linefeed(-1, 0);
_AT_@ -179,7 +179,7 @@ allocbuf(void)
 
         buff = emalloc(sizeof(*buff) * pagsize);
         for (bp = buff; bp < &buff[pagsize]; ++bp)
-		*bp = emalloc(NCOLS);	
+		*bp = emalloc(NCOLS);
 }
 
 static void
Received on Wed Mar 04 2015 - 19:52:49 CET
This archive was generated by hypermail 2.3.0
: Wed Mar 04 2015 - 20:00:16 CET