Cleanup: whitespace.
authorCarl Hetherington <cth@carlh.net>
Sat, 28 Oct 2023 21:02:17 +0000 (23:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 28 Oct 2023 21:02:17 +0000 (23:02 +0200)
src/lib/dcp_content.cc

index 249eb47b5d2b518388bb4d9e6d80cbbb98761ac4..70eb8425ef9f2d572b5e686427428a6e0efdda5b 100644 (file)
@@ -374,6 +374,7 @@ DCPContent::as_xml (xmlpp::Node* node, bool with_paths) const
        }
 
        boost::mutex::scoped_lock lm (_mutex);
+
        node->add_child("Name")->add_child_text (_name);
        node->add_child("Encrypted")->add_child_text (_encrypted ? "1" : "0");
        node->add_child("NeedsAssets")->add_child_text (_needs_assets ? "1" : "0");