Module Name:    src
Committed By:   pooka
Date:           Thu Jul 29 14:50:32 UTC 2010

Modified Files:
        src/tests/fs/common: fstest_lfs.c

Log Message:
whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/fs/common/fstest_lfs.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/common/fstest_lfs.c
diff -u src/tests/fs/common/fstest_lfs.c:1.2 src/tests/fs/common/fstest_lfs.c:1.3
--- src/tests/fs/common/fstest_lfs.c:1.2	Thu Jul 29 14:47:44 2010
+++ src/tests/fs/common/fstest_lfs.c	Thu Jul 29 14:50:32 2010
@@ -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

Reply via email to