template< -> template <
[folly.git] / folly / detail / AtomicUnorderedMapUtils.h
index 83ef6672eedf037a1d0d93efbca52a7b4e908e6d..7977a607c18e9d9202b6e0b86563ffc9926112fd 100644 (file)
@@ -68,10 +68,10 @@ class MMapAlloc {
   }
 };
 
-template<typename Allocator>
+template <typename Allocator>
 struct GivesZeroFilledMemory : public std::false_type {};
 
-template<>
+template <>
 struct GivesZeroFilledMemory<MMapAlloc> : public std::true_type{};
 
 }}