aboutsummaryrefslogtreecommitdiffstats
path: root/Exceptions.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-10-17 05:49:45 +0800
committerChristian <c@ethdev.com>2014-10-17 18:37:51 +0800
commita7f9815c0f68a7cb9571193ded851fbedb418422 (patch)
tree09adba8ef0aa273f5a84251ed53662b7d7fe3972 /Exceptions.h
parent8a506b505f4725e8a76bbad8399562099e4510c3 (diff)
downloaddexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.gz
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.bz2
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.lz
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.xz
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.zst
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.zip
Coding style and cleanup
Diffstat (limited to 'Exceptions.h')
-rw-r--r--Exceptions.h6
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 {};
}
}