Apply clang-format to folly/io/ (namespace)
[folly.git] / folly / io / test / CompressionTest.cpp
index e15a18da39f459c40086ef04ba25af06a626ac17..55514e86263870e63ffaa22c13ae2953b3219b38 100644 (file)
@@ -38,7 +38,9 @@
 #include <zstd.h>
 #endif
 
-namespace folly { namespace io { namespace test {
+namespace folly {
+namespace io {
+namespace test {
 
 class DataHolder : private boost::noncopyable {
  public:
@@ -1127,7 +1129,9 @@ TEST(ZstdTest, BackwardCompatible) {
 }
 
 #endif
-}}}  // namespaces
+} // namespace test
+} // namespace io
+} // namespace folly
 
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);