summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/pass2.c
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
commit3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch)
tree16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/fsck_ffs/pass2.c
parentc021608bd50b74de1b8074e336f7adad03b1c7d8 (diff)
rm trailing whitespace
Diffstat (limited to 'sbin/fsck_ffs/pass2.c')
-rw-r--r--sbin/fsck_ffs/pass2.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/fsck_ffs/pass2.c b/sbin/fsck_ffs/pass2.c
index c501666ebdd..78130c0080e 100644
--- a/sbin/fsck_ffs/pass2.c
+++ b/sbin/fsck_ffs/pass2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pass2.c,v 1.12 2002/02/16 21:27:34 millert Exp $ */
+/* $OpenBSD: pass2.c,v 1.13 2002/06/09 08:13:05 todd Exp $ */
/* $NetBSD: pass2.c,v 1.17 1996/09/27 22:45:15 christos Exp $ */
/*
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)pass2.c 8.6 (Berkeley) 10/27/94";
#else
-static char rcsid[] = "$OpenBSD: pass2.c,v 1.12 2002/02/16 21:27:34 millert Exp $";
+static char rcsid[] = "$OpenBSD: pass2.c,v 1.13 2002/06/09 08:13:05 todd Exp $";
#endif
#endif /* not lint */
@@ -69,7 +69,7 @@ pass2_info1(buf, buflen)
char *buf;
int buflen;
{
- return snprintf(buf, buflen, "phase 2, directory %d/%d",
+ return snprintf(buf, buflen, "phase 2, directory %d/%d",
info_pos, info_max);
}
@@ -78,7 +78,7 @@ pass2_info2(buf, buflen)
char *buf;
int buflen;
{
- return snprintf(buf, buflen, "phase 2, parent directory %d/%d",
+ return snprintf(buf, buflen, "phase 2, parent directory %d/%d",
info_pos, info_max);
}
@@ -275,7 +275,7 @@ pass2check(idesc)
dirp->d_type = typemap[dirp->d_ino];
ret |= ALTERED;
}
- /*
+ /*
* check for "."
*/
if (idesc->id_entryno != 0)