summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation/Parser.cpp')
-rw-r--r--src/serialisation/Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp
index b81cc132..ee47b344 100644
--- a/src/serialisation/Parser.cpp
+++ b/src/serialisation/Parser.cpp
@@ -280,7 +280,7 @@ Parser::parse(Ingen::Shared::World* world,
parse_properties(world, target, model, subject, path, data);
ret = path;
}
-
+
if (!ret) {
LOG(error) << "Failed to parse " << path << endl;
return boost::optional<Path>();