aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-02-13 22:59:30 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-02-14 06:16:14 +0800
commitafc328210e60e0528b84d7c92c0adc66920f292a (patch)
tree6bdb532a586f567f8c800f76db4e80eaec7f934d
parent3dd00cbdd8cedfef9b8db4750a4ec3e712eb42cd (diff)
downloaddexon-solidity-afc328210e60e0528b84d7c92c0adc66920f292a.tar
dexon-solidity-afc328210e60e0528b84d7c92c0adc66920f292a.tar.gz
dexon-solidity-afc328210e60e0528b84d7c92c0adc66920f292a.tar.bz2
dexon-solidity-afc328210e60e0528b84d7c92c0adc66920f292a.tar.lz
dexon-solidity-afc328210e60e0528b84d7c92c0adc66920f292a.tar.xz
dexon-solidity-afc328210e60e0528b84d7c92c0adc66920f292a.tar.zst
dexon-solidity-afc328210e60e0528b84d7c92c0adc66920f292a.zip
Indentation fixes
-rw-r--r--SolidityNameAndTypeResolution.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/SolidityNameAndTypeResolution.cpp b/SolidityNameAndTypeResolution.cpp
index e7482d66..051b3dce 100644
--- a/SolidityNameAndTypeResolution.cpp
+++ b/SolidityNameAndTypeResolution.cpp
@@ -1063,8 +1063,8 @@ BOOST_AUTO_TEST_CASE(enum_duplicate_values)
enum ActionChoices { GoLeft, GoRight, GoLeft, Sit };
function test()
{
- a = 1;
- b = 2;
+ a = 1;
+ b = 2;
}
uint256 a;
uint64 b;