From: Tinderbox User Date: Wed, 5 Oct 2016 23:45:39 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.12.0a1~745 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8657223ebcfa4d33a76eed3119701defce23b3c4;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/lib/isc/unix/stdio.c b/lib/isc/unix/stdio.c index d10d1121ca5..23e1d03afc1 100644 --- a/lib/isc/unix/stdio.c +++ b/lib/isc/unix/stdio.c @@ -133,7 +133,7 @@ isc_stdio_sync(FILE *f) { if (fstat(fileno(f), &buf) != 0) return (isc__errno2result(errno)); - + /* * Only call fsync() on regular files. */