]> git.armaanb.net Git - stagit.git/commitdiff
small code-style white-space/newline
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 22 Dec 2019 11:53:54 +0000 (12:53 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 22 Dec 2019 11:53:54 +0000 (12:53 +0100)
stagit-index.c

index 9a1f9029f0ab12726062562280c27856b4503a6b..59a12d68845f96fd230fa2e6c348f414853cf82c 100644 (file)
@@ -162,6 +162,7 @@ main(int argc, char *argv[])
        for (i = 1; i < argc; i++)
                if (unveil(argv[i], "r") == -1)
                        err(1, "unveil: %s", argv[i]);
+
        if (pledge("stdio rpath", NULL) == -1)
                err(1, "pledge");
 #endif