From 524d26d1aa6bdf87b2c5331dac5123270cacd670 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 11 Oct 2023 17:22:32 +0000 Subject: whitespace git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4749 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/Runput.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'urt/Runput.c') diff --git a/urt/Runput.c b/urt/Runput.c index 1a7f2f7b..e9f2a6b8 100644 --- a/urt/Runput.c +++ b/urt/Runput.c @@ -259,6 +259,8 @@ RunSetup(rle_hdr * the_hdr) } } + + /***************************************************************** * TAG( RunSkipBlankLines ) * Skip one or more blank lines in the RLE file. @@ -270,6 +272,8 @@ RunSkipBlankLines(int nblank, rle_hdr * the_hdr) RSkipLines(nblank); } + + /***************************************************************** * TAG( RunSetColor ) * Select a color and do carriage return. @@ -282,6 +286,8 @@ RunSetColor(int c, rle_hdr * the_hdr) RSetColor(c); } + + /***************************************************************** * TAG( RunSkipPixels ) * Skip a run of background. @@ -298,6 +304,8 @@ RunSkipPixels(int nskip, int last, int wasrun, rle_hdr * the_hdr) } } + + /***************************************************************** * TAG( RunNewScanLine ) * Perform a newline action. Since CR is implied by the Set Color @@ -313,6 +321,8 @@ RunNewScanLine(int flag, rle_hdr * the_hdr) } } + + /***************************************************************** * TAG( Runputdata ) * Put one or more pixels of byte data into the output file. @@ -330,6 +340,8 @@ Runputdata(rle_pixel * buf, int n, rle_hdr * the_hdr) putc( 0, rle_fd ); } + + /***************************************************************** * TAG( Runputrun ) * Output a single color run. @@ -344,6 +356,7 @@ Runputrun(int color, int n, int last, rle_hdr * the_hdr) } + /***************************************************************** * TAG( RunputEof ) * Output an EOF opcode @@ -354,3 +367,6 @@ RunputEof(rle_hdr * the_hdr) FILE * rle_fd = the_hdr->rle_file; REOF; } + + + -- cgit 1.4.1