summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-07-30 03:31:31 +0000
committerEric Andersen <andersen@codepoet.org>2004-07-30 03:31:31 +0000
commit51987d4c7d42027a86c8fbedda559dde76a18a21 (patch)
treee0d9393fec675f920b4bf7913fa44877d9cc7099 /ldso/ldso/i386
parentf902d4167279e8aaa8bfc1329ca0ea52ab7147fe (diff)
Whitespace cleanup
Diffstat (limited to 'ldso/ldso/i386')
-rw-r--r--ldso/ldso/i386/resolve.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/i386/resolve.S b/ldso/ldso/i386/resolve.S
index 60bd3ff3d..c9880999c 100644
--- a/ldso/ldso/i386/resolve.S
+++ b/ldso/ldso/i386/resolve.S
@@ -16,7 +16,7 @@
* found them, then we jump to where the fixed up address, which is where the
* jump symbol that got us here really wanted to jump to in the first place.
* found them, then we jump to the fixed up address, which is where the jump
- * symbol that got us here really wanted to jump to in the first place.
+ * symbol that got us here really wanted to jump to in the first place.
* -Erik Andersen
*/
@@ -31,7 +31,7 @@ _dl_linux_resolve:
lea 0x20(%esp),%eax /* eax = tpnt and reloc_entry params */
pushl 4(%eax) /* push copy of reloc_entry param */
pushl (%eax) /* push copy of tpnt param */
-
+
#ifdef __PIC__
call .L24
.L24: