diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-29 08:19:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-29 08:19:20 +0000 |
commit | c34d5984057008bfe6cb7bfe4f7c89cf991498a2 (patch) | |
tree | 9457b5c5624006b643886f8bbe7d9d11ed588aaf /src | |
parent | 9f9012414ffd20c34a7071d81629bb57157a294d (diff) | |
download | coreutils-c34d5984057008bfe6cb7bfe4f7c89cf991498a2.tar.xz |
Indent cpp directives.
Diffstat (limited to 'src')
-rw-r--r-- | src/uname.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uname.c b/src/uname.c index ffdc44a3e..53620bce6 100644 --- a/src/uname.c +++ b/src/uname.c @@ -1,7 +1,7 @@ /* uname -- print system information Copyright 1989, 1992, 1993, 1996, 1997, 1999, 2000, 2001, 2002, - 2003, 2004 Free Software Foundation, Inc. + 2003, 2004, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,8 +47,8 @@ #endif #ifdef __APPLE__ -#include <mach/machine.h> -#include <mach-o/arch.h> +# include <mach/machine.h> +# include <mach-o/arch.h> #endif #include "system.h" |