Consistent indentation for class visibility labels
authorYedidya Feldblum <yfeldblum@fb.com>
Sun, 30 Jul 2017 03:09:05 +0000 (20:09 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 30 Jul 2017 03:28:11 +0000 (20:28 -0700)
commit83b9f93f4f5b536792b36de0e6d601e2a3b894bc
treeb4d988df598a667667528d7de8030a73f29372c3
parentfbfe105970bcf88e8c123046f84bebdfe24f8801
Consistent indentation for class visibility labels

Summary: [Folly] Consistent indentation for class visibility labels (`public:`, `protected:`, `private:`). Style is +1 column relative to the `class` keyword.

Reviewed By: andrewjcg

Differential Revision: D5524869

fbshipit-source-id: 53e4b6cbda10d5b63bafbd535794a8b7ae01a8e0
45 files changed:
folly/AtomicHashArray.h
folly/FBString.h
folly/FBVector.h
folly/Foreach.h
folly/Hash.h
folly/Lazy.h
folly/Memory.h
folly/PackedSyncPtr.h
folly/ProducerConsumerQueue.h
folly/Range.h
folly/detail/Sleeper.h
folly/dynamic-inl.h
folly/dynamic.h
folly/experimental/DynamicParser-inl.h
folly/experimental/DynamicParser.h
folly/experimental/LockFreeRingBuffer.h
folly/experimental/StringKeyedMap.h
folly/experimental/StringKeyedSet.h
folly/experimental/StringKeyedUnorderedMap.h
folly/experimental/StringKeyedUnorderedSet.h
folly/experimental/TestUtil.h
folly/experimental/test/StringKeyedTest.cpp
folly/futures/SharedPromise.h
folly/futures/detail/FSM.h
folly/futures/test/ThenCompileTest.h
folly/gen/Base.h
folly/gen/Combine-inl.h
folly/gen/Core-inl.h
folly/gen/ParallelMap-inl.h
folly/io/async/AsyncServerSocket.h
folly/io/async/AsyncTimeout.h
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/EventBaseTest.cpp
folly/io/async/test/EventHandlerTest.cpp
folly/io/async/test/MockAsyncServerSocket.h
folly/json.cpp
folly/small_vector.h
folly/sorted_vector_types.h
folly/test/ApplyTupleTest.cpp
folly/test/ArenaSmartPtrTest.cpp
folly/test/AtomicHashMapTest.cpp
folly/test/ContainerTraitsTest.cpp
folly/test/OptionalTest.cpp
folly/test/ScopeGuardTest.cpp
folly/test/stl_tests/StlVectorTest.cpp