template< -> template <
[folly.git] / folly / test / MemoryIdlerTest.cpp
index 775d0428dcfa90dda8e26766f7ed8dd39325e08f..bd9a9ecf6a71c5dc1400a6e7de0e3f92e81fc7c5 100644 (file)
@@ -93,7 +93,7 @@ namespace folly { namespace detail {
 /// method signatures differ from the real Futex because we have elided
 /// unused default params and collapsed templated methods into the
 /// used type
-template<>
+template <>
 struct Futex<MockAtom> {
   MOCK_METHOD2(futexWait, bool(uint32_t, uint32_t));
   MOCK_METHOD3(futexWaitUntil,