summaryrefslogtreecommitdiff
path: root/lib/xstrtod.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-15 03:56:06 +0000
committerJim Meyering <jim@meyering.net>1996-07-15 03:56:06 +0000
commit19bff1c02d0e0fb32cd11c21db739e8338a757c6 (patch)
tree500fb4d19edca1f7a6c03fd66329d2ae8a61118b /lib/xstrtod.h
parentfd984b9655ac56b6c0af9474562faf659b28113c (diff)
downloadcoreutils-19bff1c02d0e0fb32cd11c21db739e8338a757c6.tar.xz
indent cpp-directives
Diffstat (limited to 'lib/xstrtod.h')
-rw-r--r--lib/xstrtod.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/xstrtod.h b/lib/xstrtod.h
index 15b85f446..d40d5124b 100644
--- a/lib/xstrtod.h
+++ b/lib/xstrtod.h
@@ -1,13 +1,13 @@
#ifndef XSTRTOD_H
-#define XSTRTOD_H 1
+# define XSTRTOD_H 1
-#ifndef __P
-# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
-# define __P(args) args
-# else
-# define __P(args) ()
-# endif /* GCC. */
-#endif /* Not __P. */
+# ifndef __P
+# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
+# define __P(args) args
+# else
+# define __P(args) ()
+# endif /* GCC. */
+# endif /* Not __P. */
int
xstrtod __P ((const char *str, const char **ptr, double *result));