]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Indent cpp directives.
authorJim Meyering <jim@meyering.net>
Tue, 29 Mar 2005 08:19:20 +0000 (08:19 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 29 Mar 2005 08:19:20 +0000 (08:19 +0000)
src/uname.c

index ffdc44a3e8ab70e047b5f81f640e4da10bb16d12..53620bce6d185c59619f5178315e5f7fcfb437c4 100644 (file)
@@ -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"