Style cleanup.

This commit is contained in:
chriseth
2019-04-18 13:17:24 +02:00
parent fce19bde58
commit 2c991acff0
2 changed files with 28 additions and 26 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ private:
inline Token selectToken(char _next, Token _then, Token _else);
bool scanHexByte(char& o_scannedByte);
bool scanUnicode(unsigned& o_codepoint);
boost::optional<unsigned> scanUnicode();
/// Scans a single Solidity token.
void scanToken();