diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-09-18 15:07:58 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-09-18 15:07:58 -0400 |
commit | ea0796bde3483189643894c6a47d31c0dba0c486 (patch) | |
tree | 1cfcad47fd235034085d354fe5021f100d2bda5d /src/db.cpp | |
parent | 8b371316c57ddec3f996f7e903de191da281a4ce (diff) |
Trim trailing whitespace for src/*.{h,cpp}
Diffstat (limited to 'src/db.cpp')
-rw-r--r-- | src/db.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db.cpp b/src/db.cpp index 015e7ec2de..867703fbd2 100644 --- a/src/db.cpp +++ b/src/db.cpp @@ -281,7 +281,7 @@ bool CDB::Rewrite(const string& strFile, const char* pszSkip) { // surround usage of db with extra {} CDB db(strFile.c_str(), "r"); Db* pdbCopy = new Db(&bitdb.dbenv, 0); - + int ret = pdbCopy->open(NULL, // Txn pointer strFileRes.c_str(), // Filename "main", // Logical db name @@ -293,7 +293,7 @@ bool CDB::Rewrite(const string& strFile, const char* pszSkip) printf("Cannot create database file %s\n", strFileRes.c_str()); fSuccess = false; } - + Dbc* pcursor = db.GetCursor(); if (pcursor) while (fSuccess) |