diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-16 20:35:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-16 20:35:54 +0000 |
| commit | 5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 (patch) | |
| tree | 96952a50aeb4f68ab458f8191a3d464f8ced7aa7 /test/time_test.cc | |
| parent | 462902f22a930c52d6d4ac4ac9097d078108b568 (diff) | |
No-op; remove trailing whitespace.
Diffstat (limited to 'test/time_test.cc')
| -rw-r--r-- | test/time_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time_test.cc b/test/time_test.cc index 76f9a7b..a4dae50 100644 --- a/test/time_test.cc +++ b/test/time_test.cc @@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE (time_construction_test) BOOST_AUTO_TEST_CASE (time_conversion_test) { sub::Time p; - + /* 40ms = 1 frame at 25fps */ p = sub::Time::from_hms (3, 5, 7, 40); BOOST_CHECK_EQUAL (p.frames_at (sub::Rational (25, 1)), 1); |
