No-op: whitespace.
[libdcp.git] / src / interop_load_font_node.cc
index 7c15f4014074049d10a7c828d06c6a9da5d59633..6bd865c990c35f0638686c62db99e9f73d06ebb2 100644 (file)
@@ -39,7 +39,7 @@ InteropLoadFontNode::InteropLoadFontNode (cxml::ConstNodePtr node)
                x = node->optional_string_attribute ("ID");
        }
        id = x.get_value_or ("");
-       
+
        uri = node->string_attribute ("URI");
 }