Index: /trunk/src/VBox/Devices/Network/slirp/slirp.h
===================================================================
--- /trunk/src/VBox/Devices/Network/slirp/slirp.h	(revision 22873)
+++ /trunk/src/VBox/Devices/Network/slirp/slirp.h	(revision 22874)
@@ -376,15 +376,15 @@
 # define stdout NULL 
 # ifdef DEBUG
-# define LIBALIAS_DEBUG
-# ifdef fprintf
-#  undef fprintf
-# endif
-# ifdef fflush
-#  undef fflush
-# endif
-# ifdef printf
-#  undef printf
-# endif
-#define fflush(x) do{}while(0)
+#  define LIBALIAS_DEBUG
+#  ifdef fprintf
+#   undef fprintf
+#  endif
+#  ifdef fflush
+#   undef fflush
+#  endif
+#  ifdef printf
+#   undef printf
+#  endif
+# define fflush(x) do{} while(0)
 # define fprintf vbox_slirp_fprintf
 # define printf vbox_slirp_printf
@@ -395,9 +395,9 @@
     RTStrPrintfV(buffer, 1024, format, args);
 
-#if defined(DEBUG_vvl)
+# if defined(DEBUG_vvl)
     LogRel(("NAT:ALIAS: %s\n", buffer));
-#else
+# else
     Log2(("NAT:ALIAS: %s\n", buffer));
-#endif
+# endif
 }
 static void vbox_slirp_printf(char *format, ...)
