diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index ae6888dfd..7a28900b3 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -914,9 +914,9 @@ void CommandLineInterface::handleCombinedJSON() { output[g_strSources][sourceCode.first] = Json::Value(Json::objectValue); output[g_strSources][sourceCode.first]["AST"] = ASTJsonExporter( - m_compiler->state(), - m_compiler->sourceIndices() - ).toJson(m_compiler->ast(sourceCode.first)); + m_compiler->state(), + m_compiler->sourceIndices() + ).toJson(m_compiler->ast(sourceCode.first)); output[g_strSources][sourceCode.first]["id"] = m_compiler->sourceIndices().at(sourceCode.first); } }