mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix tabs/spaces.
This commit is contained in:
@@ -86,7 +86,7 @@ void SSAReverser::operator()(Block& _block)
|
||||
identifier->name == varDecl->variables.front().name && (
|
||||
m_assignmentCounter.assignmentCount(varDecl2->variables.front().name) >
|
||||
m_assignmentCounter.assignmentCount(varDecl->variables.front().name)
|
||||
)
|
||||
)
|
||||
)
|
||||
{
|
||||
vector<Statement> result;
|
||||
|
||||
Reference in New Issue
Block a user