style: macros indentations (again)

This commit is contained in:
Tom MTT 2022-11-29 10:33:15 +01:00
parent 46d7d4bff3
commit 43be904636
2 changed files with 5 additions and 6 deletions

View file

@ -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 */