Indentation fixes

This commit is contained in:
Lefteris Karapetsas 2015-02-13 15:59:30 +01:00
parent 3dd00cbdd8
commit afc328210e

View File

@ -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;