diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2010-12-13 00:02:59 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2010-12-13 00:02:59 +0000 |
commit | 4ea5d93e36287ca16ad82095ab9bbf11c7a434c0 (patch) | |
tree | d793086e5d050acab39b1b731549c2fbf231557c /sbin | |
parent | ed78c3ded99068c67bcc3b940b1dd580d54dcab6 (diff) |
stray tab
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/newfs/newfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index b54ba2800df..2e16fb3fa3e 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: newfs.c,v 1.87 2010/07/24 00:28:41 tedu Exp $ */ +/* $OpenBSD: newfs.c,v 1.88 2010/12/13 00:02:58 marco Exp $ */ /* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */ /* @@ -169,7 +169,7 @@ main(int argc, char *argv[]) char **saveargv = argv; int ffsflag = 1; const char *errstr; - + if (strstr(__progname, "mfs")) mfs = Nflag = quiet = 1; |