Style fixes and refactoring in ASTJsonConverter

This commit is contained in:
Lefteris Karapetsas 2015-01-16 11:44:55 +01:00
parent d0f02c28c6
commit 78d6e82f37

View File

@ -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)
{ {