summaryrefslogtreecommitdiff
path: root/src/uname.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-05-01 20:51:16 +0000
committerJim Meyering <jim@meyering.net>1997-05-01 20:51:16 +0000
commit9080de09fc88d2ec30c3ef5dc18cba6fcfcc2ad3 (patch)
tree0c3c4dadd88daf67af12a61c574beb2052c521e7 /src/uname.c
parent44848c0887c0329a56a3b9120aa868d7aa0a4e7c (diff)
downloadcoreutils-9080de09fc88d2ec30c3ef5dc18cba6fcfcc2ad3.tar.xz
indent cpp-directives
Diffstat (limited to 'src/uname.c')
-rw-r--r--src/uname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uname.c b/src/uname.c
index ab024e129..d3ed73fad 100644
--- a/src/uname.c
+++ b/src/uname.c
@@ -61,7 +61,7 @@ static void usage __P ((int status));
#define PRINT_MACHINE 16
/* Host processor type. */
-# define PRINT_PROCESSOR 32
+#define PRINT_PROCESSOR 32
/* Mask indicating which elements of the name to print. */
static unsigned char toprint;