]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2209] style: combine two short lines
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 25 Oct 2012 23:50:20 +0000 (16:50 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 25 Oct 2012 23:50:20 +0000 (16:50 -0700)
src/lib/datasrc/tests/client_list_unittest.cc

index 6b21db52f17fe9c02a8859e15464ae824f5e7667..4647f2b918b4a327c40ed4c128c0b89a6dfbc202 100644 (file)
@@ -1035,8 +1035,7 @@ TYPED_TEST(ReloadTest, reloadMasterFile) {
     f << "nosuchdomain.\t\t3600\tIN\tTXT\ttest" << std::endl;
     f.close();
     // Do the reload.
-    EXPECT_EQ(ConfigurableClientList::ZONE_RELOADED,
-              this->doReload(Name(".")));
+    EXPECT_EQ(ConfigurableClientList::ZONE_RELOADED, this->doReload(Name(".")));
     // It is here now.
     EXPECT_EQ(ZoneFinder::SUCCESS,
               this->list_->find(Name(".")).finder_->find(Name("nosuchdomain"),