diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-12-17 16:14:19 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-12-17 16:14:19 +0000 |
commit | 4c343695879b27f2cc143de9edb97843f10d031a (patch) | |
tree | 530dfd1b892f92163d3579bba8b0541a27ba58e5 /usr.sbin/makefs | |
parent | f1afa4903ba4f778060cf846aca200a8f15f4248 (diff) |
While here nuke some more annoying whitespace nits.
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r-- | usr.sbin/makefs/ffs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/makefs/ffs.c b/usr.sbin/makefs/ffs.c index 8ef77c08bba..87f97ee09e7 100644 --- a/usr.sbin/makefs/ffs.c +++ b/usr.sbin/makefs/ffs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs.c,v 1.29 2016/12/17 15:20:10 krw Exp $ */ +/* $OpenBSD: ffs.c,v 1.30 2016/12/17 16:14:18 krw Exp $ */ /* $NetBSD: ffs.c,v 1.66 2015/12/21 00:58:08 christos Exp $ */ /* @@ -455,7 +455,7 @@ ffs_create_image(const char *image, fsinfo_t *fsopts) if (Tflag) { tstamp = stampts; srandom_deterministic(stampts); - } else + } else tstamp = start_time.tv_sec; fs = ffs_mkfs(image, fsopts, tstamp); |