mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style fixes and refactoring in ASTJsonConverter
This commit is contained in:
parent
d0f02c28c6
commit
78d6e82f37
@ -344,10 +344,10 @@ bool CommandLineInterface::processInput()
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CommandLineInterface::handleAst(std::string const& _argStr)
|
void CommandLineInterface::handleAst(string const& _argStr)
|
||||||
{
|
{
|
||||||
std::string title;
|
string title;
|
||||||
std::string suffix;
|
string suffix;
|
||||||
|
|
||||||
if (_argStr == g_argAstStr)
|
if (_argStr == g_argAstStr)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user