mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style fixes.
This commit is contained in:
parent
94c51caf89
commit
cd8a0ab65d
@ -131,8 +131,7 @@ public:
|
||||
{
|
||||
public:
|
||||
LocationSetter(CompilerContext& _compilerContext, ASTNode const& _node):
|
||||
ScopeGuard([&]{ _compilerContext.popVisitedNodes(); })
|
||||
{ _compilerContext.pushVisitedNodes(&_node); }
|
||||
ScopeGuard([&]{ _compilerContext.popVisitedNodes(); }) { _compilerContext.pushVisitedNodes(&_node); }
|
||||
};
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user