From 4c4e5a3eb2a18a2a80e8571e8560ef7bf68abddf Mon Sep 17 00:00:00 2001 From: FRIGN Date: Wed, 4 Mar 2015 18:48:44 +0100 Subject: [PATCH] Remove trailing whitespace in col.c --- col.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/col.c b/col.c index c98969d..89f30e1 100644 --- 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