summaryrefslogtreecommitdiff
path: root/db/queryoptimizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/queryoptimizer.cpp')
-rw-r--r--db/queryoptimizer.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/db/queryoptimizer.cpp b/db/queryoptimizer.cpp
index 4ae09d7d1cf..88e930b50bd 100644
--- a/db/queryoptimizer.cpp
+++ b/db/queryoptimizer.cpp
@@ -2,16 +2,16 @@
/**
* Copyright (C) 2008 10gen Inc.
-*
+*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
-*
+*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
-*
+*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -31,10 +31,10 @@
#include "queryoptimizer.h"
QueryPlan QueryOptimizer::getPlan(
- const char *ns,
- BSONObj* query,
- BSONObj* order,
- BSONObj* hint)
+ const char *ns,
+ BSONObj* query,
+ BSONObj* order,
+ BSONObj* hint)
{
QueryPlan plan;