projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2b3442
)
Whitespace fix, from coreutils.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 14 Aug 2003 21:50:36 +0000
(21:50 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 14 Aug 2003 21:50:36 +0000
(21:50 +0000)
lib/getline.c
patch
|
blob
|
history
diff --git
a/lib/getline.c
b/lib/getline.c
index a4d09ea6b08ab3b698c8058b89614501bb45bb80..896b6bbd84cb05326175d98a6f5af8a53c112708 100644
(file)
--- a/
lib/getline.c
+++ b/
lib/getline.c
@@
-42,7
+42,7
@@
getline (char **lineptr, size_t *linesize, FILE *stream)
#else /* ! have getdelim */
-#include "getndelim2.h"
+#
include "getndelim2.h"
ssize_t
getline (char **lineptr, size_t *linesize, FILE *stream)