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/rle_putrow.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'urt/rle_putrow.c') diff --git a/urt/rle_putrow.c b/urt/rle_putrow.c index 5f808c92..31a596c8 100644 --- a/urt/rle_putrow.c +++ b/urt/rle_putrow.c @@ -502,6 +502,7 @@ rle_hdr * the_hdr; } + /***************************************************************** * TAG( rle_put_init ) * @@ -540,6 +541,8 @@ rle_hdr *the_hdr; RLE_CLR_BIT( *the_hdr, -1 ); } + + /***************************************************************** * TAG( rle_put_setup ) * @@ -562,12 +565,16 @@ rle_hdr * the_hdr; Setup(); } + + void DefaultBlockHook(rle_hdr * the_hdr) { /* Do nothing */ } + + /***************************************************************** * TAG( rle_puteof ) * Write an EOF code into the output file. @@ -591,6 +598,8 @@ rle_hdr * the_hdr; the_hdr->dispatch = NO_DISPATCH; } + + #ifndef FASTRUNS /***************************************************************** * TAG( same_color ) -- cgit 1.4.1