Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/lockstat whitespace. no functional changes.



details:   https://anonhg.NetBSD.org/src/rev/8d072915759e
branches:  trunk
changeset: 761686:8d072915759e
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 05 13:32:32 2011 +0000

description:
whitespace.  no functional changes.

diffstat:

 usr.sbin/lockstat/elf32.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6b812add6f9f -r 8d072915759e usr.sbin/lockstat/elf32.c
--- a/usr.sbin/lockstat/elf32.c Sat Feb 05 13:30:26 2011 +0000
+++ b/usr.sbin/lockstat/elf32.c Sat Feb 05 13:32:32 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elf32.c,v 1.8 2009/04/16 06:14:13 lukem Exp $  */
+/*     $NetBSD: elf32.c,v 1.9 2011/02/05 13:32:32 yamt Exp $   */
 
 /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: elf32.c,v 1.8 2009/04/16 06:14:13 lukem Exp $");
+__RCSID("$NetBSD: elf32.c,v 1.9 2011/02/05 13:32:32 yamt Exp $");
 #endif
 
 #ifndef ELFSIZE
@@ -148,7 +148,7 @@
 
        if ((symp = malloc(symhdr.sh_size)) == NULL)
                err(EXIT_FAILURE, "malloc (symbol table)");
-       sz = pread(fd, symp, symhdr.sh_size, symhdr.sh_offset   );
+       sz = pread(fd, symp, symhdr.sh_size, symhdr.sh_offset);
        if (sz != symhdr.sh_size)
                err(EXIT_FAILURE, "pread (symbol table)");
 



Home | Main Index | Thread Index | Old Index