From: Marcin Siodelski Date: Wed, 24 Jul 2019 16:07:36 +0000 (+0200) Subject: [#175,!414] Fixed whitespace again. X-Git-Tag: Kea-1.6.1~10^2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9715ddecb0143d997a57edea564f5c180a7f8577;p=thirdparty%2Fkea.git [#175,!414] Fixed whitespace again. --- diff --git a/src/lib/util/tests/boost_time_utils_unittest.cc b/src/lib/util/tests/boost_time_utils_unittest.cc index 7a04f85111..e7e8c81ddf 100644 --- a/src/lib/util/tests/boost_time_utils_unittest.cc +++ b/src/lib/util/tests/boost_time_utils_unittest.cc @@ -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.