Module Name: src
Committed By: zafer
Date: Thu May 2 22:43:56 UTC 2013
Modified Files:
src/bin/ls: print.c
Log Message:
remove whitespace from end of file.
introduced by erh in 1.49
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/bin/ls/print.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/ls/print.c
diff -u src/bin/ls/print.c:1.51 src/bin/ls/print.c:1.52
--- src/bin/ls/print.c:1.51 Fri Jun 29 12:51:38 2012
+++ src/bin/ls/print.c Thu May 2 22:43:55 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: print.c,v 1.51 2012/06/29 12:51:38 yamt Exp $ */
+/* $NetBSD: print.c,v 1.52 2013/05/02 22:43:55 zafer Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)print.c 8.5 (Berkeley) 7/28/94";
#else
-__RCSID("$NetBSD: print.c,v 1.51 2012/06/29 12:51:38 yamt Exp $");
+__RCSID("$NetBSD: print.c,v 1.52 2013/05/02 22:43:55 zafer Exp $");
#endif
#endif /* not lint */
@@ -461,4 +461,3 @@ printlink(FTSENT *p)
else
(void)printf("%s", path);
}
-