mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style: curlies
This commit is contained in:
parent
b4712773d3
commit
ca733fd319
@ -357,9 +357,7 @@ Token::Value Scanner::scanSlash()
|
||||
|
||||
// special case of a closed normal multiline comment
|
||||
if (!m_source.isPastEndOfInput() && m_source.get(0) == '/')
|
||||
{
|
||||
advance(); //skip the closing slash
|
||||
}
|
||||
else // we actually have a multiline documentation comment
|
||||
{
|
||||
Token::Value comment;
|
||||
|
Loading…
Reference in New Issue
Block a user