aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
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