From: Jim Meyering Date: Tue, 29 Mar 2005 08:19:20 +0000 (+0000) Subject: Indent cpp directives. X-Git-Tag: CPPI-1_12~1161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c34d5984057008bfe6cb7bfe4f7c89cf991498a2;p=thirdparty%2Fcoreutils.git Indent cpp directives. --- diff --git a/src/uname.c b/src/uname.c index ffdc44a3e8..53620bce6d 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 -#include +# include +# include #endif #include "system.h"