Remove trailing whitespace.

This commit is contained in:
chriseth
2018-11-12 09:15:22 +01:00
parent 405565db62
commit af65bac737
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1556,7 +1556,7 @@ ASTPointer<Expression> Parser::parsePrimaryExpression()
}
case Token::IllegalHex:
fatalParserError("Expected even number of hex-nibbles within double-quotes.");
break;
break;
default:
if (TokenTraits::isElementaryTypeName(token))
{