Changed mixed indentation to four spaces

Put `test/rpc_wallet_tests.cpp` through clang-format.
This commit is contained in:
Eric Shaw 2014-10-02 12:19:18 -04:00 committed by Wladimir J. van der Laan
parent 31d6390fd1
commit bc470c43ee

View file

@ -177,7 +177,6 @@ BOOST_AUTO_TEST_CASE(rpc_wallet)
Array arr = retValue.get_array();
BOOST_CHECK(arr.size() > 0);
BOOST_CHECK(CBitcoinAddress(arr[0].get_str()).Get() == demoAddress.Get());
}