summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2016-02-01 22:55:46 -0500
committerDon Anderson <dda@ddanderson.com>2016-02-01 22:55:46 -0500
commitfaf504846ba81e991e5784166571c6fdcee8b493 (patch)
treed5d569881d0eb4c33e2f12bece02d7577a4dedc4 /ext
parent9b87a2f1211d36231a765a8f363a1a90eda26f7c (diff)
downloadmongo-faf504846ba81e991e5784166571c6fdcee8b493.tar.gz
WT-2375 Whitespace and spelling.
Diffstat (limited to 'ext')
-rw-r--r--ext/collators/revint/revint_collator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/collators/revint/revint_collator.c b/ext/collators/revint/revint_collator.c
index ac4a51970bb..3cc251c6c4a 100644
--- a/ext/collators/revint/revint_collator.c
+++ b/ext/collators/revint/revint_collator.c
@@ -79,7 +79,7 @@ collate_revint(WT_COLLATOR *collator,
* hence we unpack using "ii".
*/
if ((ret = wiredtiger_unpack_start(session, "ii",
- k1->data, k1->size, &s1)) != 0 ||
+ k1->data, k1->size, &s1)) != 0 ||
(ret = wiredtiger_unpack_start(session, "ii",
k2->data, k2->size, &s2)) != 0)
collate_error(ret, "unpack start");
@@ -125,7 +125,7 @@ collate_revint(WT_COLLATOR *collator,
else
collate_error(ret, "unpack primary key 2");
}
-
+
/* sorting is not reversed here */
if (p1 < p2)
*cmp = -1;