]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Style.
authorMariusz Zaborski <oshogbo@vexillium.org>
Fri, 7 Oct 2016 19:34:24 +0000 (21:34 +0200)
committerMariusz Zaborski <oshogbo@vexillium.org>
Fri, 7 Oct 2016 19:34:24 +0000 (21:34 +0200)
libarchive/test/main.c

index 2fec9396314f68ecca3cd26f06f50c637ddcf5ad..baf9d59800160fe0413bcc3017134f6a9618dbe8 100644 (file)
@@ -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);