summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2016-01-16 01:39:17 -0500
committerRandolph Tan <randolph@10gen.com>2016-01-16 01:39:17 -0500
commit4946e2dd15dc97d0c884d04f63a8f9470839786f (patch)
tree8b2ea946ec6b1864b0b9b33cb5d14df2c8c92a82
parentaaa56a5d37ee1ad78326a2e22e097bdf91bedeed (diff)
downloadmongo-4946e2dd15dc97d0c884d04f63a8f9470839786f.tar.gz
SERVER-22114 fix code format
-rw-r--r--src/mongo/s/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/config.h b/src/mongo/s/config.h
index a187320f55d..1b105f9901b 100644
--- a/src/mongo/s/config.h
+++ b/src/mongo/s/config.h
@@ -199,6 +199,7 @@ public:
void getAllShards(std::set<Shard>& shards) const;
void getAllShardedCollections(std::set<std::string>& namespaces) const;
+
protected:
typedef AtomicUInt64::WordType Counter;