From b9e0ed731aea37f0d19af2ca032cbb37c264a9a5 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Wed, 5 Oct 2016 23:46:11 +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. */