Parcourir la source

[4049] untabify

Francis Dupont il y a 9 ans
Parent
commit
f8c2a7fb25
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcp/tests/libdhcp++_unittest.cc

+ 1 - 1
src/lib/dhcp/tests/libdhcp++_unittest.cc

@@ -207,7 +207,7 @@ private:
         // And the actual object type is the one that we expect.
         // Note that for many options there are dedicated classes
         // derived from Option class to represent them.
-	const Option* optptr = option.get();
+        const Option* optptr = option.get();
         EXPECT_TRUE(typeid(*optptr) == expected_type)
             << "Invalid class returned for option code " << code;
     }