diff options
Diffstat (limited to 'stdafx.cpp')
-rw-r--r-- | stdafx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.cpp b/stdafx.cpp index cf35c210eea..aae9144b23a 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -134,5 +134,5 @@ namespace mongo { ss << "db version v" << versionString << ", pdfile version " << VERSION << "." << VERSION_MINOR; return ss.str(); } - + } // namespace mongo |