Whitespace fix.
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 9 Oct 2016 21:04:41 +0000 (14:04 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 9 Oct 2016 21:11:26 +0000 (14:11 -0700)
example/timefs2.c

index 1d3cbd5dac272af4855ade820eafb1f4e4a3e45c..31942304aa401cec248ea6aaab506ecc98c870ad 100644 (file)
@@ -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