formatting: 2-spaces indentation

This commit is contained in:
Ilya Kitaev 2016-09-26 23:29:53 +03:00
parent 3079c5756b
commit 545a48f098
1 changed files with 1 additions and 1 deletions

View File

@ -4050,7 +4050,7 @@ std::string wallet2::get_keys_file() const
std::string wallet2::get_daemon_address() const
{
return m_daemon_address;
return m_daemon_address;
}
uint64_t wallet2::get_daemon_blockchain_height(string &err)