Index: /trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
===================================================================
--- /trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp	(revision 50483)
+++ /trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp	(revision 50484)
@@ -1252,5 +1252,5 @@
 
         int rc = netPfStrToPf(com::Utf8Str(rules[idxRules]).c_str(),
-			      fIsIPv6, &Rule.Pfr);
+                              fIsIPv6, &Rule.Pfr);
         if (RT_FAILURE(rc))
             continue;
