From: Mariusz Zaborski Date: Fri, 7 Oct 2016 19:34:24 +0000 (+0200) Subject: Style. X-Git-Tag: v3.2.2~9^2~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a1071dc4d2977f6e2499553dcddf42f4dabc18;p=thirdparty%2Flibarchive.git Style. --- diff --git a/libarchive/test/main.c b/libarchive/test/main.c index 2fec93963..baf9d5980 100644 --- a/libarchive/test/main.c +++ b/libarchive/test/main.c @@ -1403,7 +1403,7 @@ assertion_file_nlinks(const char *file, int line, assertion_count(file, line); r = lstat(pathname, &st); if (r == 0 && (int)st.st_nlink == nlinks) - return (1); + return (1); failure_start(file, line, "File %s has %d links, expected %d", pathname, st.st_nlink, nlinks); failure_finish(NULL);