Fix namespace styles.

This commit is contained in:
chriseth
2021-05-27 17:41:04 +02:00
parent 033559206c
commit d305c219d8
9 changed files with 18 additions and 9 deletions
+2 -1
View File
@@ -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