]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#175,!414] Fixed whitespace again.
authorMarcin Siodelski <marcin@isc.org>
Wed, 24 Jul 2019 16:07:36 +0000 (18:07 +0200)
committerThomas Markwalder <tmark@isc.org>
Thu, 25 Jul 2019 14:25:42 +0000 (10:25 -0400)
src/lib/util/tests/boost_time_utils_unittest.cc

index 7a04f8511146697da3823a7133e06568ff43d81b..e7e8c81ddf003e4f2c0a113eb3519113a1f0b689 100644 (file)
@@ -25,7 +25,7 @@ TEST(BoostTimeUtilsTest, epoch) {
     time_t tepoch = 0;
     ptime pepoch = from_time_t(tepoch);
 
-    // We're going to loop through precision values starting with 0 throug 
+    // We're going to loop through precision values starting with 0 through
     // the max supported precision.  Each pass should after the first, should
     // add an additional level of precision: secs, secs/10, secs/100,
     // secs/1000 and so on.  The initial string has no fraction seconds.
@@ -65,7 +65,7 @@ TEST(BoostTimeUtilsTest, bastilleDay) {
         hours(12) + minutes(13) + seconds(14) + milliseconds(500);
     ptime pbast(date(2015, Jul, 14), tdbast);
 
-    // We're going to loop through precision values starting with 0 throug 
+    // We're going to loop through precision values starting with 0 through
     // the max supported precision.  Each pass should after the first, should
     // add an additional level of precision: secs, secs/10, secs/100,
     // secs/1000 and so on.  The initial string has no fraction seconds.