logging: convert assert() checks to FOLLY_SAFE_DCHECK()
[folly.git] / folly / detail / UncaughtExceptionCounter.h
index 139e991a8a7a3e006ec424bb23441fc350f2e0b3..4170c215ee1c9e30fd0941590ea5557280c2f055 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 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.
@@ -47,4 +47,5 @@ class UncaughtExceptionCounter {
   int exceptionCount_;
 };
 
-}} // namespaces
+} // namespace detail
+} // namespace folly