diff options
author | Torstein Husebø <torstein@huseboe.net> | 2014-12-10 20:00:06 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-12-11 15:08:26 +0100 |
commit | 7517e17443225fafea86b21e42a36af69feb1dbc (patch) | |
tree | 18d41307cae75e1e5525cd5fdb416a0a7c9bf7db /src/journal/journal-file.c | |
parent | ad67ef274e43ee841fb9d60e3cd2370e57418371 (diff) |
journald: correct spacing near eol code comments
Diffstat (limited to 'src/journal/journal-file.c')
-rw-r--r-- | src/journal/journal-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journal-file.c b/src/journal/journal-file.c index c5d2d19433..622eb165e1 100644 --- a/src/journal/journal-file.c +++ b/src/journal/journal-file.c @@ -2527,7 +2527,7 @@ int journal_file_open( * currently no usable API to query this, hence let's * emulate this via extended attributes. If extended * attributes are not supported we'll just skip this, - * and rely solely on mtime/atime/ctime of the file.*/ + * and rely solely on mtime/atime/ctime of the file. */ crtime = htole64((uint64_t) now(CLOCK_REALTIME)); fsetxattr(f->fd, "user.crtime_usec", &crtime, sizeof(crtime), XATTR_CREATE); |