moneroexample de030d99a5 fix: error: -Werror=misleading-indentation
Compilation of bitmonero on Arch with gcc 6.1 results in the following
error:

/home/mwo/bitmonero/tests/unit_tests/hardfork.cpp: In member function ‘virtual void TestDB::set_hard_fork_version(uint64_t, uint8_t)’:
/home/mwo/bitmonero/tests/unit_tests/hardfork.cpp:132:5: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
     if (versions.size() <= height) versions.resize(height+1); versions[height] = version;

This can be fixed by simply unfolding this line into three lines.
2016-05-18 10:54:41 -04:00
..
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2016-01-21 11:18:26 -07:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00