Module Name: src Committed By: alnsn Date: Tue May 15 18:13:22 UTC 2012
Modified Files: src/lib/libc/gdtoa: dtoa.c Log Message: Don't use normal indentation style, use original author's indentation style. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gdtoa/dtoa.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/gdtoa/dtoa.c diff -u src/lib/libc/gdtoa/dtoa.c:1.8 src/lib/libc/gdtoa/dtoa.c:1.9 --- src/lib/libc/gdtoa/dtoa.c:1.8 Tue May 15 18:10:02 2012 +++ src/lib/libc/gdtoa/dtoa.c Tue May 15 18:13:21 2012 @@ -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 @@ dtoa b = pow5mult(b, b5); if (b == NULL) return NULL; - } + } } S = i2b(1); if (S == NULL)