Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so/arch/hppa Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/815dbf8c276c
branches:  trunk
changeset: 566621:815dbf8c276c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri May 14 11:11:02 2004 +0000

description:
Whitespace.

diffstat:

 libexec/ld.elf_so/arch/hppa/hppa_reloc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 45ca8519b924 -r 815dbf8c276c libexec/ld.elf_so/arch/hppa/hppa_reloc.c
--- a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c  Fri May 14 10:41:12 2004 +0000
+++ b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c  Fri May 14 11:11:02 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hppa_reloc.c,v 1.17 2003/10/06 16:08:35 matt Exp $     */
+/*     $NetBSD: hppa_reloc.c,v 1.18 2004/05/14 11:11:02 skrll Exp $    */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -153,14 +153,14 @@
         * Process all relocations that look like they're in 
         * the GOT.
         */
-       for(rela = relafirst; rela < relalim; rela++) {
+       for (rela = relafirst; rela < relalim; rela++) {
                where = (Elf_Addr)(relocbase + rela->r_offset);
                if (where >= got_begin && where < got_end)
                        *((Elf_Addr *)where) = relocbase + rela->r_addend;
        }
 
 #if defined(RTLD_DEBUG_HPPA)
-       for(rela = relafirst; rela < relalim; rela++) {
+       for (rela = relafirst; rela < relalim; rela++) {
                where = (Elf_Addr)(relocbase + rela->r_offset);
                if (where >= got_begin && where < got_end)
                        xprintf("GOT rela @%p(%p) -> %p(%p)\n",



Home | Main Index | Thread Index | Old Index