Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Whitespace cosmetics.



details:   https://anonhg.NetBSD.org/src/rev/baad9610e02a
branches:  trunk
changeset: 554196:baad9610e02a
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sat Oct 25 22:43:26 2003 +0000

description:
Whitespace cosmetics.

diffstat:

 lib/libc/gen/infinity_ieee754.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 8b4132f86fd6 -r baad9610e02a lib/libc/gen/infinity_ieee754.c
--- a/lib/libc/gen/infinity_ieee754.c   Sat Oct 25 22:38:19 2003 +0000
+++ b/lib/libc/gen/infinity_ieee754.c   Sat Oct 25 22:43:26 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: infinity_ieee754.c,v 1.1 2003/05/12 15:15:15 kleink Exp $      */
+/*     $NetBSD: infinity_ieee754.c,v 1.2 2003/10/25 22:43:26 kleink Exp $      */
 
 /*
  * IEEE-compatible infinity.c -- public domain.
@@ -9,7 +9,7 @@
 
 const union __double_u __infinity =
 #if BYTE_ORDER == BIG_ENDIAN
-       { { 0x7f, 0xf0, 0, 0, 0, 0,    0,    0} };
+       { { 0x7f, 0xf0, 0, 0, 0, 0,    0,    0 } };
 #else
-       { {    0,    0, 0, 0, 0, 0, 0xf0, 0x7f} };
+       { {    0,    0, 0, 0, 0, 0, 0xf0, 0x7f } };
 #endif



Home | Main Index | Thread Index | Old Index