commit: 237e6a28a0b91ada9146ccd8d9049b72f396c563
parent 49b44b6951167631cc2f2138341bd36fee4103b4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 1 Nov 2023 10:52:16 +0100
cmd/nproc.c: formatting
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/nproc.c b/cmd/nproc.c
@@ -5,8 +5,8 @@
// _SC_NPROCESSORS_CONF &_SC_NPROCESSORS_ONLN aren't in POSIX yet but have been accepted
// https://www.austingroupbugs.net/view.php?id=339
#define _DEFAULT_SOURCE
-#include <stdio.h> // printf
-#include <unistd.h> // sysconf, getopt, opt*
+#include <stdio.h> // printf
+#include <unistd.h> // sysconf, getopt, opt*
void
usage()