commit 4c4e5a3eb2a18a2a80e8571e8560ef7bf68abddf
parent 7cb966c170bc5094ecbc5874ac9afd69a51ad5df
Author: FRIGN <dev@frign.de>
Date: Wed, 4 Mar 2015 18:48:44 +0100
Remove trailing whitespace in col.c
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/col.c b/col.c
@@ -143,7 +143,7 @@ col(void)
continue;
newchar('\x1b');
if (c != EOF)
- newchar(c);
+ newchar(c);
break;
case '\v':
linefeed(-1, 0);
@@ -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