1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

spaces to tabs

This commit is contained in:
tedu 2015-12-08 15:56:42 +00:00
parent 7d591d7a5e
commit d2caa5ca6c
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: mount_ext2fs.c,v 1.17 2015/01/16 06:39:59 deraadt Exp $ */
/* $OpenBSD: mount_ext2fs.c,v 1.18 2015/12/08 15:56:42 tedu Exp $ */
/* $NetBSD: mount_ffs.c,v 1.3 1996/04/13 01:31:19 jtc Exp $ */
/*-
@ -75,7 +75,7 @@ main(int argc, char *argv[])
if (argc != 2)
ext2fs_usage();
args.fspec = argv[0]; /* The name of the device file. */
args.fspec = argv[0]; /* The name of the device file. */
if (realpath(argv[1], fs_name) == NULL) /* The mount point. */
err(1, "realpath %s", argv[1]);

View File

@ -1,4 +1,4 @@
/* $OpenBSD: mount_ffs.c,v 1.21 2015/01/16 06:39:59 deraadt Exp $ */
/* $OpenBSD: mount_ffs.c,v 1.22 2015/12/08 15:56:42 tedu Exp $ */
/* $NetBSD: mount_ffs.c,v 1.3 1996/04/13 01:31:19 jtc Exp $ */
/*-
@ -80,7 +80,7 @@ main(int argc, char *argv[])
if (argc != 2)
ffs_usage();
args.fspec = argv[0]; /* The name of the device file. */
args.fspec = argv[0]; /* The name of the device file. */
if (realpath(argv[1], fs_name) == NULL) /* The mount point. */
err(1, "realpath %s", argv[1]);