Cleanup: white space.
[dcpomatic.git] / src / lib / dcp_decoder.cc
index 24ff507e687ba43f5918e3bb4986e9fc979dbbf8..165b5bfb55a2b3ee70521f55fd3a15815722cc65 100644 (file)
@@ -105,7 +105,6 @@ DCPDecoder::DCPDecoder (shared_ptr<const Film> film, shared_ptr<const DCPContent
        if (old && old->lazy_digest() == _lazy_digest) {
                _reels = old->_reels;
        } else {
-
                auto cpl_list = dcp::find_and_resolve_cpls(content->directories(), tolerant);
 
                if (cpl_list.empty()) {