Whamcloud - gitweb
Remove trailing whitespace for the entire source tree
[tools/e2fsprogs.git] / lib / ext2fs / tst_iscan.c
index d7fdc12..b0c7fc3 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * tst_inode.c --- this function tests the inode scan function
- * 
+ *
  * Copyright (C) 1996 by Theodore Ts'o.
- * 
+ *
  * %Begin-Header%
  * This file may be redistributed under the terms of the GNU Public
  * License.
@@ -75,7 +75,7 @@ static void setup(void)
 
 
        test_io_cb_read_blk = test_read_blk;
-       
+
        retval = ext2fs_initialize("test fs", 0, &param,
                                   test_io_manager, &test_fs);
        if (retval) {
@@ -110,7 +110,7 @@ static void setup(void)
                        "While allocating bad inode bitmap");
                exit(1);
        }
-       
+
        retval = ext2fs_badblocks_list_create(&test_badblocks, 5);
        if (retval) {
                com_err("setup", retval, "while creating badblocks list");