Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/common Fix glaringly wrong indent.
details: https://anonhg.NetBSD.org/src/rev/338bfb3e97f4
branches: trunk
changeset: 340270:338bfb3e97f4
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Aug 29 19:19:43 2015 +0000
description:
Fix glaringly wrong indent.
diffstat:
tests/fs/common/h_fsmacros.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1a94ec701a72 -r 338bfb3e97f4 tests/fs/common/h_fsmacros.h
--- a/tests/fs/common/h_fsmacros.h Sat Aug 29 17:42:05 2015 +0000
+++ b/tests/fs/common/h_fsmacros.h Sat Aug 29 19:19:43 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: h_fsmacros.h,v 1.39 2015/03/24 23:22:47 riastradh Exp $ */
+/* $NetBSD: h_fsmacros.h,v 1.40 2015/08/29 19:19:43 dholland Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -145,7 +145,7 @@
atf_tc_fail_errno("unmount r/w failed"); \
if (_fs_##_fstest_mount(tc, _fs_##_func_##tmp, \
FSTEST_MNTNAME, MNT_RDONLY) != 0) \
- atf_tc_fail_errno("mount ro failed"); \
+ atf_tc_fail_errno("mount ro failed"); \
_func_(tc,FSTEST_MNTNAME); \
if (_fs_##_fstest_unmount(tc, FSTEST_MNTNAME, 0) != 0) {\
rump_pub_vfs_mount_print(FSTEST_MNTNAME, 1); \
Home |
Main Index |
Thread Index |
Old Index