Apply clang-format to folly/experimental/symbolizer/
[folly.git] / folly / experimental / symbolizer / test / SignalHandlerTest.h
index e53cc7d07b17ca4f0c62d3147994fc9198716ba8..e9e769b92bbae4fe8c09374b279a9d0248b5dda5 100644 (file)
 
 #pragma once
 
-namespace folly { namespace symbolizer { namespace test {
+namespace folly {
+namespace symbolizer {
+namespace test {
 
 inline void failHard() {
-  *(/* nolint */ volatile char*)42;  // SIGSEGV
+  *(/* nolint */ volatile char*)42; // SIGSEGV
 }
-
-}}}  // namespaces
+} // namespace test
+} // namespace symbolizer
+} // namespace folly