mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix bad indentation in handleCombinedJSON()
This commit is contained in:
parent
e44b8b9097
commit
0713adde04
@ -914,9 +914,9 @@ void CommandLineInterface::handleCombinedJSON()
|
|||||||
{
|
{
|
||||||
output[g_strSources][sourceCode.first] = Json::Value(Json::objectValue);
|
output[g_strSources][sourceCode.first] = Json::Value(Json::objectValue);
|
||||||
output[g_strSources][sourceCode.first]["AST"] = ASTJsonExporter(
|
output[g_strSources][sourceCode.first]["AST"] = ASTJsonExporter(
|
||||||
m_compiler->state(),
|
m_compiler->state(),
|
||||||
m_compiler->sourceIndices()
|
m_compiler->sourceIndices()
|
||||||
).toJson(m_compiler->ast(sourceCode.first));
|
).toJson(m_compiler->ast(sourceCode.first));
|
||||||
output[g_strSources][sourceCode.first]["id"] = m_compiler->sourceIndices().at(sourceCode.first);
|
output[g_strSources][sourceCode.first]["id"] = m_compiler->sourceIndices().at(sourceCode.first);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user