mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix namespace styles.
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
#include <array>
|
||||
#include <memory>
|
||||
|
||||
namespace solidity::frontend {
|
||||
namespace solidity::frontend
|
||||
{
|
||||
|
||||
/** Helper class that builds the control flow of a function or modifier.
|
||||
* Modifiers are not yet applied to the functions. This is done in a second
|
||||
|
||||
Reference in New Issue
Block a user