Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/include Fix some whitespace.



details:   https://anonhg.NetBSD.org/src/rev/6fa8fe693196
branches:  trunk
changeset: 582151:6fa8fe693196
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jun 19 01:16:01 2005 +0000

description:
Fix some whitespace.

diffstat:

 sys/arch/sparc/include/eeprom.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1bfde78bc11d -r 6fa8fe693196 sys/arch/sparc/include/eeprom.h
--- a/sys/arch/sparc/include/eeprom.h   Sun Jun 19 00:23:43 2005 +0000
+++ b/sys/arch/sparc/include/eeprom.h   Sun Jun 19 01:16:01 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: eeprom.h,v 1.4 2002/07/20 08:37:30 mrg Exp $   */
+/*     $NetBSD: eeprom.h,v 1.5 2005/06/19 01:16:01 thorpej Exp $       */
 
 /*
  * Copyright (c) 1994 Gordon W. Ross
@@ -50,7 +50,7 @@
        u_char  eeTestArea[4];          /* Factory Defined */
        u_short eeWriteCount[4];        /*    ||      ||   */
        u_char  eeChecksum[4];          /*    ||      ||   */
-       u_int32_t       eeLastHwUpdate;         /*    ||      ||   */
+       u_int32_t eeLastHwUpdate;       /*    ||      ||   */
 
        /* 0x14 */
        u_char  eeInstalledMem;         /* Megabytes */



Home | Main Index | Thread Index | Old Index