From 8657223ebcfa4d33a76eed3119701defce23b3c4 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Wed, 5 Oct 2016 23:45:39 +0000 Subject: [PATCH] update copyright notice / whitespace --- lib/isc/unix/stdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/unix/stdio.c b/lib/isc/unix/stdio.c index d10d1121ca..23e1d03afc 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. */