summaryrefslogtreecommitdiff
path: root/src/mongo/util/mmap_win.cpp
diff options
context:
space:
mode:
authorEric Daniels <eric.daniels@10gen.com>2013-07-31 18:21:56 -0400
committerMatt Kangas <matt.kangas@10gen.com>2013-08-02 16:31:14 -0500
commit07faf6eef1d11d0cf9cff3c527dc98656d8f2a21 (patch)
treec4df3822564a36fe82bf5d89c53c01fa9f0bb8e3 /src/mongo/util/mmap_win.cpp
parentf736febe5a0d6d5a197b012eebad0243161830b6 (diff)
downloadmongo-07faf6eef1d11d0cf9cff3c527dc98656d8f2a21.tar.gz
SERVER-10101 fixed whitespace issues
Signed-off-by: Matt Kangas <matt.kangas@10gen.com>
Diffstat (limited to 'src/mongo/util/mmap_win.cpp')
-rw-r--r--src/mongo/util/mmap_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/util/mmap_win.cpp b/src/mongo/util/mmap_win.cpp
index 5241e7874a4..f274713b469 100644
--- a/src/mongo/util/mmap_win.cpp
+++ b/src/mongo/util/mmap_win.cpp
@@ -367,14 +367,14 @@ namespace mongo {
log() << "FlushViewOfFile for " << _filename
<< " succeeded after " << loopCount
<< " attempts taking " << t.millis()
- << " ms" << endl;
+ << "ms" << endl;
}
else if ( !success ) {
log() << "FlushViewOfFile for " << _filename
<< " failed with error " << dosError
<< " after " << loopCount
<< " attempts taking " << t.millis()
- << " ms" << endl;
+ << "ms" << endl;
// Abort here to avoid data corruption
fassert(16387, false);
}