template< -> template <
authorYedidya Feldblum <yfeldblum@fb.com>
Sun, 30 Jul 2017 02:30:13 +0000 (19:30 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 30 Jul 2017 02:35:30 +0000 (19:35 -0700)
commitfbfe105970bcf88e8c123046f84bebdfe24f8801
tree4686c8cda4a180022bae0f42eb82b33b56e8a62c
parent92d9e7f79ad61be45997c62e00a23a02c728c345
template< -> template <

Summary:
[Folly] `template<` -> `template <`.

And then apply `clang-format` style to affected `template <...>` lines.

Reviewed By: andrewjcg

Differential Revision: D5524792

fbshipit-source-id: 6614eecf384bf3e3ccc2f0cc7c5334a0cb9c76af
74 files changed:
folly/AtomicHashArray-inl.h
folly/AtomicHashArray.h
folly/AtomicHashMap-inl.h
folly/AtomicHashMap.h
folly/AtomicStruct.h
folly/AtomicUnorderedMap.h
folly/ConcurrentSkipList-inl.h
folly/ConcurrentSkipList.h
folly/Conv.h
folly/DynamicConverter.h
folly/FBString.h
folly/Hash.h
folly/IPAddress.h
folly/IPAddressV4.h
folly/IPAddressV6.h
folly/IntrusiveList.h
folly/Lazy.h
folly/LifoSem.h
folly/MPMCQueue.h
folly/Memory.h
folly/MemoryMapping.h
folly/Merge.h
folly/PackedSyncPtr.h
folly/PicoSpinLock.h
folly/ProducerConsumerQueue.h
folly/RWSpinLock.h
folly/Range.h
folly/SocketAddress.h
folly/String-inl.h
folly/String.h
folly/Traits.h
folly/detail/AtomicUnorderedMapUtils.h
folly/detail/FileUtilDetail.h
folly/detail/Futex.h
folly/detail/MemoryIdler.h
folly/detail/TurnSequencer.h
folly/dynamic-inl.h
folly/dynamic.h
folly/experimental/LockFreeRingBuffer.h
folly/experimental/test/LockFreeRingBufferTest.cpp
folly/experimental/test/ReadMostlySharedPtrBenchmark.cpp
folly/futures/Future-pre.h
folly/futures/detail/Core.h
folly/futures/helpers.h
folly/io/async/DecoratedAsyncTransportWrapper.h
folly/io/async/EventBaseLocal.h
folly/io/async/EventBaseManager.h
folly/io/async/NotificationQueue.h
folly/io/async/test/UndelayedDestruction.h
folly/json.cpp
folly/small_vector.h
folly/sorted_vector_types.h
folly/test/ApplyTupleTest.cpp
folly/test/AsciiCaseInsensitiveBenchmark.cpp
folly/test/AtomicHashArrayTest.cpp
folly/test/AtomicUnorderedMapTest.cpp
folly/test/ConvTest.cpp
folly/test/FBVectorBenchmark.cpp
folly/test/FBVectorTest.cpp
folly/test/FutexTest.cpp
folly/test/MPMCQueueTest.cpp
folly/test/MemoryIdlerTest.cpp
folly/test/OptionalTest.cpp
folly/test/PackedSyncPtrTest.cpp
folly/test/ProducerConsumerQueueBenchmark.cpp
folly/test/ProducerConsumerQueueTest.cpp
folly/test/RWSpinLockTest.cpp
folly/test/RangeTest.cpp
folly/test/SmallLocksTest.cpp
folly/test/StringTest.cpp
folly/test/SubprocessTest.cpp
folly/test/function_benchmark/benchmark_impl.h
folly/test/small_vector_test.cpp
folly/test/sorted_vector_test.cpp