summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-02-09 12:14:27 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2015-02-09 12:14:27 +1100
commit910711c9d6204e74d9e1bf8f7b64dc45a00e66fc (patch)
tree44fb0c71a63f9f302990f1bbcc973edf631c1bef
parentc91b99ea0302409fb4588737dece1d0d646ca0d5 (diff)
downloadmongo-910711c9d6204e74d9e1bf8f7b64dc45a00e66fc.tar.gz
whitespace
-rw-r--r--src/os_posix/os_remove.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/os_posix/os_remove.c b/src/os_posix/os_remove.c
index 5220b903336..596dc08ba69 100644
--- a/src/os_posix/os_remove.c
+++ b/src/os_posix/os_remove.c
@@ -22,8 +22,7 @@ __remove_file_check(WT_SESSION_IMPL *session, const char *name)
conn = S2C(session);
fh = NULL;
- bucket = __wt_hash_city64(name, strlen(name)) %
- WT_HASH_ARRAY_SIZE;
+ bucket = __wt_hash_city64(name, strlen(name)) % WT_HASH_ARRAY_SIZE;
/*
* Check if the file is open: it's an error if it is, since a higher