From 1279302414a8a8648239864c69a9ead0803dd7b1 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 16 Feb 2015 00:17:59 +0100 Subject: Autoformat --- src/cli/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cli') diff --git a/src/cli/Main.cpp b/src/cli/Main.cpp index e9b42c0..9688757 100644 --- a/src/cli/Main.cpp +++ b/src/cli/Main.cpp @@ -237,8 +237,8 @@ int main(int argc, char **argv) } // now all preparation is done and we can parse the input document. - Rooted docNode = context.import(inputPath, "", "", - {&RttiTypes::Document}); + Rooted docNode = + context.import(inputPath, "", "", {&RttiTypes::Document}); if (logger.hasError() || docNode == nullptr) { logger.fatalError("Errors occured while parsing the document"); return ERROR_IN_DOCUMENT; -- cgit v1.2.3