summaryrefslogtreecommitdiff
path: root/lib/getline.c
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/getline.c
parentfd984b9655ac56b6c0af9474562faf659b28113c (diff)
downloadcoreutils-19bff1c02d0e0fb32cd11c21db739e8338a757c6.tar.xz
indent cpp-directives
Diffstat (limited to 'lib/getline.c')
-rw-r--r--lib/getline.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/getline.c b/lib/getline.c
index 3a1366561..ba05abb73 100644
--- a/lib/getline.c
+++ b/lib/getline.c
@@ -42,17 +42,17 @@ getline (lineptr, n, stream)
#else /* ! have getdelim */
-#define NDEBUG
-#include <assert.h>
+# define NDEBUG
+# include <assert.h>
-#if STDC_HEADERS
-# include <stdlib.h>
-#else
+# if STDC_HEADERS
+# include <stdlib.h>
+# else
char *malloc (), *realloc ();
-#endif
+# endif
/* Always add at least this many bytes when extending the buffer. */
-#define MIN_CHUNK 64
+# define MIN_CHUNK 64
/* Read up to (and including) a TERMINATOR from STREAM into *LINEPTR
+ OFFSET (and null-terminate it). *LINEPTR is a pointer returned from