Module Name:    src
Committed By:   riastradh
Date:           Sun Aug 23 22:34:29 UTC 2020

Modified Files:
        src/tests/fs/lfs: t_rfw.c

Log Message:
Nix trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/fs/lfs/t_rfw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/lfs/t_rfw.c
diff -u src/tests/fs/lfs/t_rfw.c:1.2 src/tests/fs/lfs/t_rfw.c:1.3
--- src/tests/fs/lfs/t_rfw.c:1.2	Sun Aug 23 16:03:54 2020
+++ src/tests/fs/lfs/t_rfw.c	Sun Aug 23 22:34:29 2020
@@ -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 check_file(const char *filename, int
 	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;

Reply via email to