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/803bf95f2827
branches: trunk
changeset: 937709:803bf95f2827
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 29a927482682 -r 803bf95f2827 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