Break long lines in SSLContext.
[folly.git] / folly / io / async / SSLContext.h
index 589fdafca35a1ccb72d264efd77c756bb4cdc34c..f6aa3794e26a9ab0eefe761d11d78ab3deaa2dc5 100644 (file)
@@ -602,7 +602,8 @@ class SSLContext {
 
 typedef std::shared_ptr<SSLContext> SSLContextPtr;
 
-std::ostream& operator<<(std::ostream& os, const folly::PasswordCollector& collector);
-
+std::ostream& operator<<(
+    std::ostream& os,
+    const folly::PasswordCollector& collector);
 
 } // folly