summaryrefslogtreecommitdiff
path: root/src/asset.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/asset.cc
parent8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff)
No-op: whitespace.
Diffstat (limited to 'src/asset.cc')
-rw-r--r--src/asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.cc b/src/asset.cc
index 00ad67bc..be0792c1 100644
--- a/src/asset.cc
+++ b/src/asset.cc
@@ -115,7 +115,7 @@ Asset::equals (shared_ptr<const Asset> other, EqualityOptions, boost::function<v
note (ERROR, "asset edit rates differ");
return false;
}
-
+
if (_intrinsic_duration != other->_intrinsic_duration) {
note (ERROR, "asset intrinsic durations differ");
}