Style adjustments.

This commit is contained in:
Daniel Kirchner 2022-12-21 22:20:10 +01:00
parent 73aa171b19
commit ff71deee2b

View File

@ -40,7 +40,8 @@ using namespace solidity;
using namespace solidity::yul; using namespace solidity::yul;
using namespace std; using namespace std;
namespace { namespace
{
uint16_t getMaxStackHeight(CFG::BasicBlock const& _block, StackLayout const& _stackLayout) uint16_t getMaxStackHeight(CFG::BasicBlock const& _block, StackLayout const& _stackLayout)
{ {