[Qt] fix style, formating, comment and indentation problems

- introduced by #3920
This commit is contained in:
Philip Kaufmann
2014-03-21 09:12:01 +01:00
parent 47ef190637
commit cfe4cad9e5
7 changed files with 67 additions and 65 deletions

View File

@@ -1918,6 +1918,3 @@ Value getwalletinfo(const Array& params, bool fHelp)
obj.push_back(Pair("unlocked_until", (boost::int64_t)nWalletUnlockTime));
return obj;
}