]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
changes addressing coding standards
authorRazvan Becheriu <razvan@isc.org>
Fri, 5 Jul 2019 16:41:08 +0000 (19:41 +0300)
committerRazvan Becheriu <razvan@isc.org>
Mon, 15 Jul 2019 12:49:35 +0000 (15:49 +0300)
src/lib/stats/observation.h
src/lib/stats/tests/observation_unittest.cc

index 087eca91e0c5ad287b53e146058772db5951d311..5397d34cb08df3fb83064fdbe76598a74404101e 100644 (file)
@@ -332,7 +332,6 @@ private:
     void setMaxSampleCountInternal(StorageType& storage,
                                    uint32_t max_samples, Type exp_type);
 
-
     /// @brief Observation (statistic) name
     std::string name_;
 
index c2b8df9616b53f6b3dfaf7af2cf2f5bb0d5b8484..b3befedb9f103a604db4e8756af6472afd719acc 100644 (file)
@@ -439,7 +439,6 @@ TEST_F(ObservationTest, setAgeLimit) {
         EXPECT_EQ((*it).first, millisec::time_duration(0, 0, 0, i));
         --i;
     }
-
 }
 
 // Test checks whether timing is reported properly.