- commit
- 31c0f006516d494dd91b10bc0486e4f9be2ca623
- parent
- edee68f398f5b190f4be0127338956c0a2500662
- Author
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date
- 2019-12-22 11:53
small code-style white-space/newline
Diffstat
M | stagit-index.c | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/stagit-index.c b/stagit-index.c
@@ -162,6 +162,7 @@ main(int argc, char *argv[]) 162 162 for (i = 1; i < argc; i++) 163 163 if (unveil(argv[i], "r") == -1) 164 164 err(1, "unveil: %s", argv[i]); -1 165 165 166 if (pledge("stdio rpath", NULL) == -1) 166 167 err(1, "pledge"); 167 168 #endif