template< -> template <
[folly.git] / folly / detail / MemoryIdler.h
index 37c721383606fb5eeee08dd3db51222d3dc3abdb..c7a35297be2796da51f266d6c904c55e5bca17b5 100644 (file)
@@ -29,7 +29,7 @@ namespace folly {
 
 // gcc 4.7 doesn't do std::is_trivial correctly, override so we can use
 // AtomicStruct<duration>
-template<>
+template <>
 struct IsTriviallyCopyable<std::chrono::steady_clock::duration>
   : std::true_type {};