Whitespace change

This commit is contained in:
Jesse Smith 2019-06-24 19:13:28 -03:00
parent fd79e385d7
commit 64d27e1c8b

2
doas.c
View file

@ -520,7 +520,7 @@ main(int argc, char **argv)
close(1);
if (dup2(temp_stdout, 1) == -1)
err(1, "dup2");
#endif
#endif
#else
#error No auth module!
#endif