summaryrefslogtreecommitdiff
path: root/src/dcp_time.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-25 16:22:08 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-25 16:22:08 +0100
commite520f1009eaa552c7b3931ced85c0f19d8aff554 (patch)
treebf992eab88f0691e5bc336895656ff91cb5f233e /src/dcp_time.cc
parent8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff)
No-op: whitespace.
Diffstat (limited to 'src/dcp_time.cc')
-rw-r--r--src/dcp_time.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dcp_time.cc b/src/dcp_time.cc
index 47c15a2f..ea49f9ca 100644
--- a/src/dcp_time.cc
+++ b/src/dcp_time.cc
@@ -73,7 +73,7 @@ Time::Time (string time, int tcr_)
if (b.size() != 4) {
boost::throw_exception (DCPReadError ("unrecognised time specification"));
}
-
+
h = raw_convert<int> (b[0]);
m = raw_convert<int> (b[1]);
s = raw_convert<int> (b[2]);
@@ -198,7 +198,7 @@ libdcp::operator- (Time a, Time b)
} else {
r.tcr = a.tcr;
}
-
+
r.e = a.e - b.e;
if (r.e < 0) {
r.e += a.tcr;