mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style fixes mostly
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
{
|
||||
for (auto e: _list)
|
||||
{
|
||||
if(e->type() == _type)
|
||||
if (e->type() == _type)
|
||||
return e.get();
|
||||
}
|
||||
return nullptr;
|
||||
@@ -69,7 +69,7 @@ public:
|
||||
{
|
||||
for (auto e: _list)
|
||||
{
|
||||
if(e->type() != Type::Warning)
|
||||
if (e->type() != Type::Warning)
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user