diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-05-26 17:22:04 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-05-26 17:22:04 +0000 |
commit | 17e9c0632d73e02a48c81db95f630b2ce37ce0e1 (patch) | |
tree | 2f2eb5fcdbde7d8694f1c7c015796595d15e3136 /converter | |
parent | 66315180a2d1b39f635ce19dec6985f4f5f52c65 (diff) | |
download | netpbm-mirror-17e9c0632d73e02a48c81db95f630b2ce37ce0e1.tar.gz netpbm-mirror-17e9c0632d73e02a48c81db95f630b2ce37ce0e1.tar.xz netpbm-mirror-17e9c0632d73e02a48c81db95f630b2ce37ce0e1.zip |
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3618 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter')
-rw-r--r-- | converter/pbm/pbmtolps.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/converter/pbm/pbmtolps.c b/converter/pbm/pbmtolps.c index 5adef4c8..dd0342bc 100644 --- a/converter/pbm/pbmtolps.c +++ b/converter/pbm/pbmtolps.c @@ -35,7 +35,7 @@ static int pointcount = 2; static int run = 1; #endif -static char +static char morepoints(char cmd, int howmany_pbmtolps) { pointcount += 2; if (pointcount > 1000) { @@ -47,8 +47,8 @@ morepoints(char cmd, int howmany_pbmtolps) { -static void -addstrip(int const white, +static void +addstrip(int const white, int const black) { if (cmd) { @@ -58,7 +58,7 @@ addstrip(int const white, else { if (run == 1) #endif - printf("%d %d %c ", + printf("%d %d %c ", prev_black, prev_white, morepoints(cmd, 2)); #ifdef RUN else @@ -78,7 +78,7 @@ addstrip(int const white, -static void +static void nextline(void) { /* need to check run, should have an outcommand */ if (cmd) |