diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2015-01-05 23:55:17 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2015-01-05 23:55:17 +0800 |
commit | ca733fd31900691bf58522f49811ceb0a00f9042 (patch) | |
tree | 37b2f8199e1a2e2f2fe4c9d773677e30b4afc873 /Scanner.cpp | |
parent | b4712773d329269b2d6f732a3236f3685aea41fc (diff) | |
download | dexon-solidity-ca733fd31900691bf58522f49811ceb0a00f9042.tar.gz dexon-solidity-ca733fd31900691bf58522f49811ceb0a00f9042.tar.zst dexon-solidity-ca733fd31900691bf58522f49811ceb0a00f9042.zip |
style: curlies
Diffstat (limited to 'Scanner.cpp')
-rw-r--r-- | Scanner.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Scanner.cpp b/Scanner.cpp index 1f700d8b..6433b526 100644 --- a/Scanner.cpp +++ b/Scanner.cpp @@ -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; |