mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove two other fall-through cases in Parser
This commit is contained in:
@@ -435,7 +435,7 @@ void Scanner::scanToken()
|
||||
m_nextToken.location.start = sourcePos();
|
||||
switch (m_char)
|
||||
{
|
||||
case '\n': // fall-through
|
||||
case '\n':
|
||||
case ' ':
|
||||
case '\t':
|
||||
token = selectToken(Token::Whitespace);
|
||||
|
||||
Reference in New Issue
Block a user