]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Whitespace cleanup.
authorTim Kientzle <kientzle@gmail.com>
Thu, 6 Aug 2009 04:54:42 +0000 (00:54 -0400)
committerTim Kientzle <kientzle@gmail.com>
Thu, 6 Aug 2009 04:54:42 +0000 (00:54 -0400)
SVN-Revision: 1343

cpio/test/test_format_newc.c

index cd016975c96985065f5e5fcc4129c792e30181d3..d3dbd7505165075bf0363b368bd050eeefc611b6 100644 (file)
@@ -176,8 +176,8 @@ DEFINE_TEST(test_format_newc)
        assertEqualMem(e + 0, "070701", 6); /* Magic */
        assert(is_hex(e + 6, 8)); /* ino */
 #if !defined(_WIN32) || defined(__CYGWIN__)
-       /* On Windows, symbolic link and group members bits and 
-        * others bits do not work. */ 
+       /* On Windows, symbolic link and group members bits and
+        * others bits do not work. */
        assertEqualInt(0xa1ff, from_hex(e + 14, 8)); /* Mode */
 #endif
        assertEqualInt(from_hex(e + 22, 8), uid); /* uid */