diff options
Diffstat (limited to 'Exceptions.h')
-rw-r--r-- | Exceptions.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Exceptions.h b/Exceptions.h index c14e0d79..c600ebf1 100644 --- a/Exceptions.h +++ b/Exceptions.h @@ -29,9 +29,9 @@ namespace dev namespace solidity { -struct ParserError : virtual Exception {}; -struct TypeError : virtual Exception {}; -struct DeclarationError : virtual Exception {}; +struct ParserError: virtual Exception {}; +struct TypeError: virtual Exception {}; +struct DeclarationError: virtual Exception {}; } } |