From: Tim Kientzle Date: Thu, 6 Aug 2009 04:54:42 +0000 (-0400) Subject: Whitespace cleanup. X-Git-Tag: v2.8.0~445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebb6279d37d2828fb4ef47713a1d31487a483060;p=thirdparty%2Flibarchive.git Whitespace cleanup. SVN-Revision: 1343 --- diff --git a/cpio/test/test_format_newc.c b/cpio/test/test_format_newc.c index cd016975c..d3dbd7505 100644 --- a/cpio/test/test_format_newc.c +++ b/cpio/test/test_format_newc.c @@ -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 */