From: Bruno Haible Date: Sat, 26 Apr 2008 14:48:23 +0000 (+0200) Subject: Fix indentation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0012df13a735cb4a48583728d9c46591219c4d02;p=pspp Fix indentation. --- diff --git a/lib/freadahead.c b/lib/freadahead.c index 85d482de99..3b4ac26cb0 100644 --- 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;