From: hniksic Date: Fri, 30 Nov 2001 08:36:22 +0000 (-0800) Subject: [svn] Fix preprocessor indentation. X-Git-Tag: v1.13~1991 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=b4b0659e43f1cd41e6bd67500ef1928291b8b6bc [svn] Fix preprocessor indentation. --- diff --git a/src/host.c b/src/host.c index e1c17011..691022b0 100644 --- a/src/host.c +++ b/src/host.c @@ -34,9 +34,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #else # include # include -#ifndef __BEOS__ -# include -#endif +# ifndef __BEOS__ +# include +# endif # include #endif /* WINDOWS */