style: macros indentations (again)
This commit is contained in:
parent
46d7d4bff3
commit
43be904636
2 changed files with 5 additions and 6 deletions
|
@ -294,9 +294,9 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
/* OpenBSD-only security measures */
|
||||
#ifdef __OpenBSD__
|
||||
#ifdef __OpenBSD__
|
||||
pledge("proc stdio rpath wpath cpath inet", "stdio rpath wpath cpath inet");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/* create a thread pool for incoming connections */
|
||||
|
|
Reference in a new issue