mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style cleanup.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user