small code-style white-space/newline

This commit is contained in:
Hiltjo Posthuma 2019-12-22 12:53:54 +01:00
parent edee68f398
commit 31c0f00651

View 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