Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/lfs Nix trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/f6c75f555915
branches:  trunk
changeset: 943029:f6c75f555915
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Aug 23 22:34:29 2020 +0000

description:
Nix trailing whitespace.

diffstat:

 tests/fs/lfs/t_rfw.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f521d485066 -r f6c75f555915 tests/fs/lfs/t_rfw.c
--- a/tests/fs/lfs/t_rfw.c      Sun Aug 23 22:13:38 2020 +0000
+++ b/tests/fs/lfs/t_rfw.c      Sun Aug 23 22:34:29 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_rfw.c,v 1.2 2020/08/23 16:03:54 perseant Exp $       */
+/*     $NetBSD: t_rfw.c,v 1.3 2020/08/23 22:34:29 riastradh Exp $      */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -264,7 +264,7 @@
        int fd, i;
        struct stat statbuf;
        unsigned char b;
-       
+
        if (rump_sys_stat(filename, &statbuf) < 0) {
                fprintf(stderr, "%s: stat failed\n", filename);
                return 1;



Home | Main Index | Thread Index | Old Index