projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a47b0
)
Whitespace fix.
author
Nikolaus Rath
<Nikolaus@rath.org>
Sun, 9 Oct 2016 21:04:41 +0000
(14:04 -0700)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Sun, 9 Oct 2016 21:11:26 +0000
(14:11 -0700)
example/timefs2.c
patch
|
blob
|
history
diff --git
a/example/timefs2.c
b/example/timefs2.c
index 1d3cbd5dac272af4855ade820eafb1f4e4a3e45c..31942304aa401cec248ea6aaab506ecc98c870ad 100644
(file)
--- 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