Apply clang-format to folly/experimental/exception_tracer/ (headers)
[folly.git] / folly / experimental / exception_tracer / StackTrace.cpp
index ef018275df8935d1563ead6e028a6c109da52a2a..afa5dc17496f8db80488f0932d99601619c88b49 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 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.
  * limitations under the License.
  */
 
-#include "folly/experimental/exception_tracer/StackTrace.h"
+#include <folly/experimental/exception_tracer/StackTrace.h>
 
 #include <cassert>
 #include <cstdlib>
 #include <new>
-#include "folly/experimental/symbolizer/StackTrace.h"
+
+#include <folly/experimental/symbolizer/StackTrace.h>
 
 namespace folly { namespace exception_tracer {
 
@@ -108,4 +109,3 @@ StackTrace* StackTraceStack::next(StackTrace* p) {
 }
 
 }}  // namespaces
-