From: Tim Kientzle Date: Wed, 12 Aug 2009 01:43:31 +0000 (-0400) Subject: Style: fix trailing whitespace. X-Git-Tag: v2.8.0~427 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ad8e905bc4689d091e3ac490579127f43fb0d8f;p=thirdparty%2Flibarchive.git Style: fix trailing whitespace. SVN-Revision: 1361 --- diff --git a/cpio/test/test_option_c.c b/cpio/test/test_option_c.c index 490548367..b9d752b91 100644 --- a/cpio/test/test_option_c.c +++ b/cpio/test/test_option_c.c @@ -116,7 +116,7 @@ DEFINE_TEST(test_option_c) assert(is_octal(e + 12, 6)); /* ino */ ino = from_octal(e + 12, 6); #if defined(_WIN32) && !defined(__CYGWIN__) - /* Group members bits and others bits do not work. */ + /* Group members bits and others bits do not work. */ assertEqualMem(e + 18, "100666", 6); /* Mode */ #else assertEqualMem(e + 18, "100644", 6); /* Mode */ @@ -145,8 +145,8 @@ DEFINE_TEST(test_option_c) assertEqualInt(dev, from_octal(e + 6, 6)); /* dev */ assert(dev != from_octal(e + 12, 6)); /* 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. */ assertEqualMem(e + 18, "120777", 6); /* Mode */ #endif assertEqualInt(from_octal(e + 24, 6), uid); /* uid */