Fix RequestContext held too long issue in EventBase
[folly.git] / folly / io / async / EventBaseManager.cpp
index 4f465f2d331a402bce39fdc387086d05d9d0e7d7..26c3ac56a7a103c7f50a4782a7eb5df80832d515 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -87,4 +87,4 @@ EventBase * EventBaseManager::getEventBase() const {
   return info->eventBase;
 }
 
-} // folly
+} // namespace folly