Apply clang-format to folly/io/ (namespace)
[folly.git] / folly / io / Cursor.cpp
index 9d51092e5ee361dcde61bd8fcfc1ef940467471f..c51ce6cc029093764307a551fd5aa912b0c89576 100644 (file)
@@ -18,7 +18,8 @@
 #include <cstdio>
 #include <folly/ScopeGuard.h>
 
-namespace folly { namespace io {
+namespace folly {
+namespace io {
 
 void Appender::printf(const char* fmt, ...) {
   va_list ap;
@@ -68,5 +69,5 @@ void Appender::vprintf(const char* fmt, va_list ap) {
   }
   append(len);
 }
-
-}}  // folly::io
+} // namespace io
+} // namespace folly