summaryrefslogtreecommitdiff
path: root/src/unexaix.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commit177c0ea74342272645959b82cf219faa0b3dba16 (patch)
tree44e22b210a9904eab25a66d12e708804b671df75 /src/unexaix.c
parentdb95369be096960245dd38678f68464627698678 (diff)
downloademacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'src/unexaix.c')
-rw-r--r--src/unexaix.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/unexaix.c b/src/unexaix.c
index 17df5b5174b..3c629346bc0 100644
--- a/src/unexaix.c
+++ b/src/unexaix.c
@@ -175,7 +175,7 @@ int unexec (char *new_name, char *a_name,
|| unrelocate_symbols (new, a_out, a_name, new_name) < 0)
{
close (new);
- return -1;
+ return -1;
}
close (new);
@@ -358,7 +358,7 @@ make_hdr (int new, int a_out,
s->s_scnptr += bias;
ptr = s->s_scnptr;
}
-
+
ptr = ptr + s->s_size;
}
}
@@ -413,7 +413,7 @@ make_hdr (int new, int a_out,
}
/* ****************************************************************
-
+
*
* Copy the text and data segments from memory to the new a.out
*/
@@ -589,7 +589,7 @@ unrelocate_symbols (int new, int a_out, char *a_name, char *new_name)
#ifndef ALIGN_DATA_RELOC
ulong d_reloc = (ulong) &_data - f_ohdr.data_start;
#else
- /* This worked (and was needed) before AIX 4.2.
+ /* This worked (and was needed) before AIX 4.2.
I have no idea why. -- Mike */
ulong d_reloc = (ulong) &_data - ALIGN(f_ohdr.data_start, 2);
#endif