Code

native path support
[inkscape.git] / src / dom / uri.cpp
index 167b1f08494d7ceebeabea452e7a6fc954c96703..ff5e91ff8180d78a84d17962024b44f0db805c09 100644 (file)
@@ -341,6 +341,7 @@ URI URI::resolve(const URI &other) const
                 }
             }
         }
+
     newUri.normalize();
     return newUri;
 }