Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/rm Remove space at the end of line.
details: https://anonhg.NetBSD.org/src/rev/1476cd1b772b
branches: trunk
changeset: 543624:1476cd1b772b
user: enami <enami%NetBSD.org@localhost>
date: Sat Mar 01 07:57:33 2003 +0000
description:
Remove space at the end of line.
diffstat:
bin/rm/rm.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 1d8e33345049 -r 1476cd1b772b bin/rm/rm.c
--- a/bin/rm/rm.c Sat Mar 01 07:40:58 2003 +0000
+++ b/bin/rm/rm.c Sat Mar 01 07:57:33 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rm.c,v 1.33 2003/02/13 19:51:10 jrf Exp $ */
+/* $NetBSD: rm.c,v 1.34 2003/03/01 07:57:33 enami Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994, 2003
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)rm.c 8.8 (Berkeley) 4/27/95";
#else
-__RCSID("$NetBSD: rm.c,v 1.33 2003/02/13 19:51:10 jrf Exp $");
+__RCSID("$NetBSD: rm.c,v 1.34 2003/03/01 07:57:33 enami Exp $");
#endif
#endif /* not lint */
@@ -235,7 +235,7 @@
case FTS_W:
rval = undelete(p->fts_accpath);
- if (rval != 0 && fflag && errno == ENOENT)
+ if (rval != 0 && fflag && errno == ENOENT)
continue;
break;
@@ -250,7 +250,7 @@
if (rval != 0) {
warn("%s", p->fts_path);
eval = 1;
- } else if (vflag)
+ } else if (vflag)
(void)printf("%s\n", p->fts_path);
}
if (errno)
Home |
Main Index |
Thread Index |
Old Index