template< -> template <
[folly.git] / folly / io / async / EventBaseManager.h
index cfcafd838923e955d8986e8c85d6b32bf0129c12..31de20155fc2d25a70dcf3a746b96d79c7eabb85 100644 (file)
@@ -102,7 +102,7 @@ class EventBaseManager {
    * this moment in time.  Locks a mutex so that these EventBase set cannot
    * be changed, and also the caller can rely on no instances being destructed.
    */
-  template<typename FunctionType>
+  template <typename FunctionType>
   void withEventBaseSet(const FunctionType& runnable) {
     // grab the mutex for the caller
     std::lock_guard<std::mutex> g(*&eventBaseSetMutex_);