From c34d5984057008bfe6cb7bfe4f7c89cf991498a2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 Mar 2005 08:19:20 +0000 Subject: Indent cpp directives. --- src/uname.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/uname.c') 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 -#include +# include +# include #endif #include "system.h" -- cgit v1.2.3-54-g00ecf