From: Nikolaus Rath Date: Sun, 9 Oct 2016 21:04:41 +0000 (-0700) Subject: Whitespace fix. X-Git-Tag: fuse-3.0.0rc1~77^2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=52dec7ffdd36074017a3f00d54acc2901b73ea67;p=qemu-gpiodev%2Flibfuse.git Whitespace fix. --- diff --git a/example/timefs2.c b/example/timefs2.c index 1d3cbd5..3194230 100644 --- a/example/timefs2.c +++ b/example/timefs2.c @@ -291,8 +291,8 @@ static void* update_fs(void *data) { now = localtime(&t); assert(now != NULL); - file_size= strftime(file_contents, MAX_STR_LEN, - "The current time is %H:%M:%S\n", now); + file_size = strftime(file_contents, MAX_STR_LEN, + "The current time is %H:%M:%S\n", now); assert(file_size != 0); if (!options.no_notify && lookup_cnt) { /* Only send notification if the kernel