Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
9715ddec
Commit
9715ddec
authored
Jul 24, 2019
by
Marcin Siodelski
Committed by
Thomas Markwalder
Jul 25, 2019
Browse files
[
#175
,
!414
] Fixed whitespace again.
parent
e0fd7bec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/tests/boost_time_utils_unittest.cc
View file @
9715ddec
...
...
@@ -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 throug
h
// 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 throug
h
// 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment