Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gdtoa Don't use normal indentation style, use origi...
details: https://anonhg.NetBSD.org/src/rev/4feb9e5ddb1b
branches: trunk
changeset: 779286:4feb9e5ddb1b
user: alnsn <alnsn%NetBSD.org@localhost>
date: Tue May 15 18:13:21 2012 +0000
description:
Don't use normal indentation style, use original author's indentation style.
diffstat:
lib/libc/gdtoa/dtoa.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1e8f0df4dbf9 -r 4feb9e5ddb1b lib/libc/gdtoa/dtoa.c
--- a/lib/libc/gdtoa/dtoa.c Tue May 15 18:11:28 2012 +0000
+++ b/lib/libc/gdtoa/dtoa.c Tue May 15 18:13:21 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dtoa.c,v 1.8 2012/05/15 18:10:02 alnsn Exp $ */
+/* $NetBSD: dtoa.c,v 1.9 2012/05/15 18:13:21 alnsn Exp $ */
/****************************************************************
@@ -546,7 +546,7 @@
b = pow5mult(b, b5);
if (b == NULL)
return NULL;
- }
+ }
}
S = i2b(1);
if (S == NULL)
Home |
Main Index |
Thread Index |
Old Index