]> git.armaanb.net Git - stagit.git/blobdiff - stagit-index.c
small code-style white-space/newline
[stagit.git] / 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