about summary refs log tree commit diff
path: root/urt
diff options
context:
space:
mode:
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.