fix(feuille.c): pledge indentation

This commit is contained in:
Tom MTT. 2022-11-21 19:44:41 +01:00
parent 01057061f9
commit 7781c2b960

View file

@ -294,7 +294,7 @@ int main(int argc, char *argv[])
/* OpenBSD-only security measures */
#ifdef __OpenBSD__
pledge("proc stdio rpath wpath cpath inet", "stdio rpath wpath cpath inet");
pledge("proc stdio rpath wpath cpath inet", "stdio rpath wpath cpath inet");
#endif
/* create a thread pool for incoming connections */