From 8f80e06d275b97ebd3dcc3a1dcf3b6adb190de2f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 9 Mar 2014 20:57:57 +0000 Subject: white space git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2157 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libpgm1.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libpgm1.c') diff --git a/lib/libpgm1.c b/lib/libpgm1.c index 8fe53270..57344c16 100644 --- a/lib/libpgm1.c +++ b/lib/libpgm1.c @@ -209,10 +209,10 @@ validateRpgmRow(gray * const grayrow, static void readRpgmRow(FILE * const fileP, - gray * const grayrow, - int const cols, - gray const maxval, - int const format) { + gray * const grayrow, + int const cols, + gray const maxval, + int const format) { unsigned int const bytesPerSample = maxval < 256 ? 1 : 2; int const bytesPerRow = cols * bytesPerSample; -- cgit 1.4.1