aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-09 14:04:41 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-09 14:11:26 -0700
commit52dec7ffdd36074017a3f00d54acc2901b73ea67 (patch)
treecd422c4a0e044ac147fe6587a46fc2b4e86727b8 /example
parentc2a47b08afdfb75bbdd7dec62336bd0a04346628 (diff)
Whitespace fix.
Diffstat (limited to 'example')
-rw-r--r--example/timefs2.c4
1 files 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