diff src/unexec.c @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 00a2b39fce69
children 2c04067bcdc0 d7ddb3e565de
line wrap: on
line diff
--- a/src/unexec.c	Tue Feb 04 13:30:45 2003 +0000
+++ b/src/unexec.c	Tue Feb 04 14:56:31 2003 +0000
@@ -134,7 +134,7 @@
 program text).  HDR's standard fields are already correct, except that
 this adjustment to the `a_text' field has not yet been made;
 thus, the amount of offset can depend on the data in the file.
-  
+
 * A_TEXT_SEEK(HDR)
 
 If defined, this macro specifies the number of bytes to seek into the
@@ -399,7 +399,7 @@
     {
       close (new);
       /* unlink (new_name);	    	/* Failed, unlink new a.out */
-      return -1;	
+      return -1;
     }
 
   close (new);
@@ -992,7 +992,7 @@
     char c;
     int mcount_address, mcount_offset, count;
     extern char *_execname;
-   
+
 
     /* The use of _execname is incompatible with RISCiX 1.1 */
     sprintf (command, "nm %s | fgrep mcount", _execname);
@@ -1012,7 +1012,7 @@
     {
       sprintf (errbuf, "Failed to execute the command '%s'\n", command);
       PERROR (errbuf);
-    }  
+    }
 
     sscanf(address_text, "%x", &mcount_address);
     ptr = (char *) unexec_text_start;