summaryrefslogtreecommitdiff
path: root/lib/fpurge.c
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-02-22 08:21:47 -0700
committerEric Blake <eblake@redhat.com>2011-02-22 08:21:47 -0700
commit75fb803d0df021f3983da81735094adce7dd3009 (patch)
tree324b1c5d7cb09dbe148db25bc19640f45474fa3c /lib/fpurge.c
parent86fd2114ac3940e03a02e99658c8df88aed8a235 (diff)
downloadgnulib-75fb803d0df021f3983da81735094adce7dd3009.tar.gz
maint: adjust cpp indentation for my modules, as well
* Makefile (sc_cpp_indent_check): Add my name. * lib/fbufmode.c: Filter through cppi. * lib/fpurge.c: Likewise. * lib/freadable.c: Likewise. * lib/freading.c: Likewise. * lib/fwritable.c: Likewise. * lib/fwriting.c: Likewise. * lib/sigaction.c: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'lib/fpurge.c')
-rw-r--r--lib/fpurge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fpurge.c b/lib/fpurge.c
index 93ebfb079e..7e69fb4081 100644
--- a/lib/fpurge.c
+++ b/lib/fpurge.c
@@ -130,7 +130,7 @@ fpurge (FILE *fp)
fp->__put_limit = fp->__buffer;
return 0;
# else
- #error "Please port gnulib fpurge.c to your platform! Look at the definitions of fflush, setvbuf and ungetc on your system, then report this to bug-gnulib."
+# error "Please port gnulib fpurge.c to your platform! Look at the definitions of fflush, setvbuf and ungetc on your system, then report this to bug-gnulib."
# endif
#endif