From c1d30eeeda6f4a6e741c2b79d2a0d231816fb8d5 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Thu, 15 Jan 2015 22:06:04 +0300 Subject: [PATCH] Cleanup trailing whitespaces. Change-Id: If80cebd46dab67020a065eed27c5f91ffd6c2dbd --- mdb_dump.1 | 2 +- mdb_load.1 | 2 +- mdb_load.c | 4 ++-- mtest.c | 6 +++--- mtest2.c | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mdb_dump.1 b/mdb_dump.1 index 6fcc9308..507dd9ae 100644 --- a/mdb_dump.1 +++ b/mdb_dump.1 @@ -49,7 +49,7 @@ use standard text editors and tools to modify the contents of databases. Note: different systems may have different notions about what characters are considered printing characters, and databases dumped in this manner may -be less portable to external systems. +be less portable to external systems. .TP .BR \-a Dump all of the subdatabases in the environment. diff --git a/mdb_load.1 b/mdb_load.1 index 72802401..623e2eed 100644 --- a/mdb_load.1 +++ b/mdb_load.1 @@ -64,7 +64,7 @@ character; for example, \\0a is a newline character in the ASCII character set. For this reason, any backslash or newline characters that naturally occur in the text input must be escaped to avoid misinterpretation by -.BR mdb_load . +.BR mdb_load . .SH DIAGNOSTICS Exit status is zero if no errors occur. diff --git a/mdb_load.c b/mdb_load.c index e0d95e13..633e3da1 100644 --- a/mdb_load.c +++ b/mdb_load.c @@ -377,7 +377,7 @@ int main(int argc, char *argv[]) dohdr = 1; } else if (!(mode & NOHDR)) readhdr(); - + rc = mdb_txn_begin(env, NULL, 0, &txn); if (rc) { fprintf(stderr, "mdb_txn_begin failed, error %d %s\n", rc, mdb_strerror(rc)); @@ -406,7 +406,7 @@ int main(int argc, char *argv[]) rc = readline(&data, &dbuf); if (rc) goto txn_abort; - + rc = mdb_cursor_put(mc, &key, &data, putflags); if (rc == MDB_KEYEXIST && putflags) continue; diff --git a/mtest.c b/mtest.c index 79b4175e..3ff83880 100644 --- a/mtest.c +++ b/mtest.c @@ -43,20 +43,20 @@ int main(int argc,char * argv[]) for(i = 0;i