Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include replace spaces in SHRT_MIN definition w...



details:   https://anonhg.NetBSD.org/src/rev/3d886779b2b1
branches:  trunk
changeset: 793163:3d886779b2b1
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jan 29 00:34:19 2014 +0000

description:
replace spaces in SHRT_MIN definition with tabs

diffstat:

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

diffs (18 lines):

diff -r f13d5b57fd26 -r 3d886779b2b1 sys/arch/arm/include/limits.h
--- a/sys/arch/arm/include/limits.h     Wed Jan 29 00:32:04 2014 +0000
+++ b/sys/arch/arm/include/limits.h     Wed Jan 29 00:34:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: limits.h,v 1.14 2014/01/29 00:32:04 matt Exp $ */
+/*     $NetBSD: limits.h,v 1.15 2014/01/29 00:34:19 matt Exp $ */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -44,7 +44,7 @@
 
 #define        USHRT_MAX       0xffff          /* max value for an unsigned short */
 #define        SHRT_MAX        0x7fff          /* max value for a short */
-#define SHRT_MIN        (-0x7fff-1)     /* min value for a short */
+#define        SHRT_MIN        (-0x7fff-1)     /* min value for a short */
 
 #define        UINT_MAX        0xffffffffU     /* max value for an unsigned int */
 #define        INT_MAX         0x7fffffff      /* max value for an int */



Home | Main Index | Thread Index | Old Index