From 4946e2dd15dc97d0c884d04f63a8f9470839786f Mon Sep 17 00:00:00 2001 From: Randolph Tan Date: Sat, 16 Jan 2016 01:39:17 -0500 Subject: SERVER-22114 fix code format --- src/mongo/s/config.h | 1 + 1 file changed, 1 insertion(+) 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& shards) const; void getAllShardedCollections(std::set& namespaces) const; + protected: typedef AtomicUInt64::WordType Counter; -- cgit v1.2.1