small code-style white-space/newline - stagit - static git page generator
 (HTM) git clone git://git.codemadness.org/stagit
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 31c0f006516d494dd91b10bc0486e4f9be2ca623
 (DIR) parent edee68f398f5b190f4be0127338956c0a2500662
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 22 Dec 2019 12:53:54 +0100
       
       small code-style white-space/newline
       
       Diffstat:
         M stagit-index.c                      |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/stagit-index.c b/stagit-index.c
       @@ -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