Parcourir la source

[2541] editorial cleanup: spacing

JINMEI Tatuya il y a 12 ans
Parent
commit
f4c12ef178
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/tests/database_unittest.cc

+ 1 - 1
src/lib/datasrc/tests/database_unittest.cc

@@ -4106,7 +4106,7 @@ TYPED_TEST(DatabaseClientTest, createZone) {
     // The mock implementation does not do createZone,
     // in which case it should throw NotImplemented (from
     // the base class)
-    if(this->is_mock_) {
+    if (this->is_mock_) {
         ASSERT_THROW(this->client_->createZone(new_name), isc::NotImplemented);
     } else {
         // But in the real case, it should work and return true