summaryrefslogtreecommitdiff
path: root/test/local_time_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-24 14:13:37 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-24 14:13:37 +0100
commit2ae92dcc97765deb2845dd07a338858aeb375cb3 (patch)
tree6f0f8dec0b81a0a7d56e8dbc3a87f0986dae6748 /test/local_time_test.cc
parent13db82c73af330ffbc7a813cd38c5bef36d5b54c (diff)
No-op: whitespace.
Diffstat (limited to 'test/local_time_test.cc')
-rw-r--r--test/local_time_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/local_time_test.cc b/test/local_time_test.cc
index 9c682a74..4cd79158 100644
--- a/test/local_time_test.cc
+++ b/test/local_time_test.cc
@@ -33,7 +33,7 @@ BOOST_AUTO_TEST_CASE (local_time_test)
BOOST_CHECK_THROW (dcp::LocalTime ("2013!01-05T18:06:59+04:00"), dcp::TimeFormatError);
/* Correctly-formatted */
-
+
{
dcp::LocalTime t ("2013-01-05T18:06:59+04:00");
BOOST_CHECK_EQUAL (t._year, 2013);