mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style.
This commit is contained in:
parent
36ba7d11ca
commit
20542d1623
@ -292,7 +292,8 @@ bool Why3Translator::visit(Block const& _node)
|
|||||||
if (i != _node.statements().size() - 1)
|
if (i != _node.statements().size() - 1)
|
||||||
{
|
{
|
||||||
auto it = m_lines.end() - 1;
|
auto it = m_lines.end() - 1;
|
||||||
while (it != m_lines.begin() && it->contents.empty()) --it;
|
while (it != m_lines.begin() && it->contents.empty())
|
||||||
|
--it;
|
||||||
if (!boost::algorithm::ends_with(it->contents, "begin"))
|
if (!boost::algorithm::ends_with(it->contents, "begin"))
|
||||||
it->contents += ";";
|
it->contents += ";";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user