No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / content_factory.cc
index db3a305006ba61c8d8e19c8bb84c6508c4673a5d..3c65b43129a14a23d62628a8f14a1911495b4ec8 100644 (file)
@@ -48,7 +48,7 @@ content_factory (shared_ptr<const Film> film, cxml::NodePtr node, int version, l
        string const type = node->string_child ("Type");
 
        boost::shared_ptr<Content> content;
-       
+
        if (type == "FFmpeg") {
                content.reset (new FFmpegContent (film, node, version, notes));
        } else if (type == "Image") {