diff options
author | Aaron <aaron@10gen.com> | 2008-12-28 20:28:49 -0500 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2008-12-28 20:28:49 -0500 |
commit | b7cbd301124045fccab665f939a68d703e70629b (patch) | |
tree | e7796053c090b4ee242ef5d1d960e6d78f57ec2b /db/queryoptimizer.cpp | |
parent | b53f593e1bc3d13fc831089541f23116fcc1803a (diff) | |
download | mongo-b7cbd301124045fccab665f939a68d703e70629b.tar.gz |
Replace tab indentation with spaces
Diffstat (limited to 'db/queryoptimizer.cpp')
-rw-r--r-- | db/queryoptimizer.cpp | 14 |
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; |