Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/common whitespace



details:   https://anonhg.NetBSD.org/src/rev/f6db2c151380
branches:  trunk
changeset: 756710:f6db2c151380
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jul 29 14:50:32 2010 +0000

description:
whitespace

diffstat:

 tests/fs/common/fstest_lfs.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r ca8deeb2ffb6 -r f6db2c151380 tests/fs/common/fstest_lfs.c
--- a/tests/fs/common/fstest_lfs.c      Thu Jul 29 14:47:44 2010 +0000
+++ b/tests/fs/common/fstest_lfs.c      Thu Jul 29 14:50:32 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fstest_lfs.c,v 1.2 2010/07/29 14:47:44 pooka Exp $     */
+/*     $NetBSD: fstest_lfs.c,v 1.3 2010/07/29 14:50:32 pooka Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -51,13 +51,13 @@
 sem_t lfs_clearnerloop;
 
 struct lfstestargs {
-        struct ufs_args ta_uargs;
+       struct ufs_args ta_uargs;
        pthread_t ta_cleanerthread;
        sem_t ta_cleanerloop;
-        char ta_devpath[MAXPATHLEN];
-        char ta_imgpath[MAXPATHLEN];
+       char ta_devpath[MAXPATHLEN];
+       char ta_imgpath[MAXPATHLEN];
        char ta_mntpath[MAXPATHLEN];
-        char ta_hostpath[MAXPATHLEN];
+       char ta_hostpath[MAXPATHLEN];
 };
 
 int



Home | Main Index | Thread Index | Old Index