Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include space -> TAB



details:   https://anonhg.NetBSD.org/src/rev/edd23b8b30ad
branches:  trunk
changeset: 500406:edd23b8b30ad
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Dec 11 15:38:43 2000 +0000

description:
space -> TAB

diffstat:

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

diffs (18 lines):

diff -r d8f134d62479 -r edd23b8b30ad sys/arch/mips/include/mips_param.h
--- a/sys/arch/mips/include/mips_param.h        Mon Dec 11 15:37:32 2000 +0000
+++ b/sys/arch/mips/include/mips_param.h        Mon Dec 11 15:38:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_param.h,v 1.20 2000/06/09 04:37:51 soda Exp $     */
+/*     $NetBSD: mips_param.h,v 1.21 2000/12/11 15:38:43 tsutsui Exp $  */
 
 #ifdef _KERNEL
 #include <machine/cpu.h>
@@ -13,7 +13,7 @@
 #define        SINCR           1               /* increment of stack/NBPG */
 
 #define        UPAGES          2               /* pages of u-area */
-#define USPACE          (UPAGES*NBPG)   /* size of u-area in bytes */
+#define        USPACE          (UPAGES*NBPG)   /* size of u-area in bytes */
 
 #ifndef MSGBUFSIZE
 #define MSGBUFSIZE     NBPG            /* default message buffer size */



Home | Main Index | Thread Index | Old Index