stagit

small code-style white-space/newline

Hiltjo Posthuma contact@arjunchoudhary.com

commit: d2bc27e parent: 2917247
1 files changed, 1 insertions(+), 0 deletions(-)
Mstagit-index.c+1-0
M · stagit-index.c +1, -0
1@@ -162,6 +162,7 @@ main(int argc, char *argv[])
2 	for (i = 1; i < argc; i++)
3 		if (unveil(argv[i], "r") == -1)
4 			err(1, "unveil: %s", argv[i]);
5+
6 	if (pledge("stdio rpath", NULL) == -1)
7 		err(1, "pledge");
8 #endif