about summary refs log tree commit diff
path: root/urt
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-08-08 14:13:08 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-08-08 14:13:08 +0000
commitdd9af3ebc34dadbd969ccef05c943f749ec32aec (patch)
treed97b7297d2484d70d178e700ebfee4557fd03ffe /urt
parentf1a7f263cadaf28dfbcb566d45dada0300cab92e (diff)
downloadnetpbm-mirror-dd9af3ebc34dadbd969ccef05c943f749ec32aec.tar.gz
netpbm-mirror-dd9af3ebc34dadbd969ccef05c943f749ec32aec.tar.xz
netpbm-mirror-dd9af3ebc34dadbd969ccef05c943f749ec32aec.zip
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3653 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'urt')
-rw-r--r--urt/rle_error.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/urt/rle_error.c b/urt/rle_error.c
index da314f0b..23dd1fd8 100644
--- a/urt/rle_error.c
+++ b/urt/rle_error.c
@@ -1,23 +1,23 @@
 /*
  * This software is copyrighted as noted below.  It may be freely copied,
- * modified, and redistributed, provided that the copyright notice is 
+ * modified, and redistributed, provided that the copyright notice is
  * preserved on all copies.
- * 
+ *
  * There is no warranty or other guarantee of fitness for this software,
  * it is provided solely "as is".  Bug reports or fixes may be sent
  * to the author, who may or may not act on them as he desires.
  *
  * You may not include this software in a program or other software product
- * without supplying the source, or without informing the end-user that the 
+ * without supplying the source, or without informing the end-user that the
  * source is available for no extra charge.
  *
  * If you modify this software, you should include a notice giving the
  * name of the person performing the modification, the date of modification,
  * and the reason for such modification.
  */
-/* 
+/*
  * rle_error.c - Error message stuff for URT.
- * 
+ *
  * Author:	Spencer W. Thomas
  * 		EECS Dept.
  * 		University of Michigan
@@ -32,7 +32,7 @@
 
 /*****************************************************************
  * TAG( rle_alloc_error )
- * 
+ *
  * Print memory allocation error message and exit.
  * Inputs:
  * 	pgm:		Name of this program.
@@ -62,7 +62,7 @@ CONST_DECL char *pgm, *name;
 
 /*****************************************************************
  * TAG( rle_get_error )
- * 
+ *
  * Print an error message for the return code from rle_get_setup
  * Inputs:
  * 	code:		The return code from rle_get_setup.