Small cleanups.

This commit is contained in:
JoelKatz
2012-05-28 05:05:29 -07:00
parent e4a7c7677b
commit 574f86bb4d
2 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ int commandLineRPC(const std::vector<std::string>& vCmd)
int nRet = 0;
try
{
if (!vCmd.size()) return 1;
if (vCmd.empty()) return 1;
std::string strMethod = vCmd[0];