Fix trailing whitespace
This commit is contained in:
parent
a9653c475b
commit
d702068457
509 changed files with 922 additions and 922 deletions
|
@ -4,7 +4,7 @@ index ae851ae..872c363 100644
|
|||
+++ b/src/lib/common/file.c
|
||||
@@ -384,7 +384,7 @@ do_write(struct empfile *ep, void *buf, int id, int count)
|
||||
return -1;
|
||||
|
||||
|
||||
if (ep->flags & EFF_TYPED) {
|
||||
- now = ep->flags & EFF_NOTIME ? (time_t)-1 : time(NULL);
|
||||
+ now = ep->flags & EFF_NOTIME ? (time_t)-1 : (time_t)100;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue