diff options
author | Eric Daniels <eric.daniels@10gen.com> | 2013-07-31 18:21:56 -0400 |
---|---|---|
committer | Matt Kangas <matt.kangas@10gen.com> | 2013-08-02 16:31:14 -0500 |
commit | 07faf6eef1d11d0cf9cff3c527dc98656d8f2a21 (patch) | |
tree | c4df3822564a36fe82bf5d89c53c01fa9f0bb8e3 /src/mongo/util/mmap_win.cpp | |
parent | f736febe5a0d6d5a197b012eebad0243161830b6 (diff) | |
download | mongo-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.cpp | 4 |
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); } |