From 52dec7ffdd36074017a3f00d54acc2901b73ea67 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 9 Oct 2016 14:04:41 -0700 Subject: [PATCH] Whitespace fix. --- example/timefs2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2