Browse Source

[3343] Indentation fixed.

Tomek Mrugalski 11 years ago
parent
commit
1801400ac8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/bin/dhcp4/dhcp4_srv.cc

+ 3 - 3
src/bin/dhcp4/dhcp4_srv.cc

@@ -232,9 +232,9 @@ Dhcpv4Srv::run() {
             }
         }
 
-        // Assign this packet to one or more classes if needed. We need to do this
-	// before calling accept(), because getSubnet4() may need client class
-	// information.
+        // Assign this packet to one or more classes if needed. We need to do
+        // this before calling accept(), because getSubnet4() may need client
+        // class information.
         classifyPacket(query);
 
         // Check whether the message should be further processed or discarded.