]> sjero.net Git - wget/commitdiff
[svn] Fix preprocessor indentation.
authorhniksic <devnull@localhost>
Fri, 30 Nov 2001 08:36:22 +0000 (00:36 -0800)
committerhniksic <devnull@localhost>
Fri, 30 Nov 2001 08:36:22 +0000 (00:36 -0800)
src/host.c

index e1c170111057983db9428de93897387cc2aee38e..691022b0115ec68c8316aea97d274394ed9c7349 100644 (file)
@@ -34,9 +34,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #else
 # include <sys/socket.h>
 # include <netinet/in.h>
-#ifndef __BEOS__
-# include <arpa/inet.h>
-#endif
+# ifndef __BEOS__
+#  include <arpa/inet.h>
+# endif
 # include <netdb.h>
 #endif /* WINDOWS */