Apply clang-format to folly/experimental/exception_tracer/ (headers)
[folly.git] / folly / experimental / exception_tracer / StackTrace.cpp
index a02104fe78794f4a60c53c1d7892e5a769d06e26..afa5dc17496f8db80488f0932d99601619c88b49 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 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.
@@ -19,6 +19,7 @@
 #include <cassert>
 #include <cstdlib>
 #include <new>
+
 #include <folly/experimental/symbolizer/StackTrace.h>
 
 namespace folly { namespace exception_tracer {