From 51987d4c7d42027a86c8fbedda559dde76a18a21 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 30 Jul 2004 03:31:31 +0000 Subject: Whitespace cleanup --- ldso/ldso/i386/resolve.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso/ldso/i386') 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: -- cgit v1.2.3