projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e515db0
)
Fix indentation.
author
Bruno Haible
<bruno@clisp.org>
Sat, 26 Apr 2008 14:48:23 +0000
(16:48 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 26 Apr 2008 14:48:23 +0000
(16:48 +0200)
lib/freadahead.c
patch
|
blob
|
history
diff --git
a/lib/freadahead.c
b/lib/freadahead.c
index 85d482de99c755910122f7d2db6f04cbccbcf286..3b4ac26cb05c4c49faa77dc6b1c54196dc014aab 100644
(file)
--- a/
lib/freadahead.c
+++ b/
lib/freadahead.c
@@
-35,9
+35,9
@@
freadahead (FILE *fp)
struct __sbuf _ub; /* ungetc buffer */
/* More fields, not relevant here. */
};
-# define HASUB(fp) (((struct __sfileext *) (fp)->_ext._base)->_ub._base != NULL)
+#
define HASUB(fp) (((struct __sfileext *) (fp)->_ext._base)->_ub._base != NULL)
# else
-# define HASUB(fp) ((fp)->_ub._base != NULL)
+#
define HASUB(fp) ((fp)->_ub._base != NULL)
# endif
if ((fp->_flags & __SWR) != 0 || fp->_r < 0)
return 0;