Consistency in namespace-closing comments
[folly.git] / folly / experimental / exception_tracer / ExceptionTracerLib.cpp
index 4a10d41c81df66af892cddf3e89cbcf1a4aa27f8..dcee56921e918d1c17bb173e6db2ab2f7d034be2 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.
@@ -84,8 +84,8 @@ DECLARE_CALLBACK(CxaRethrow);
 DECLARE_CALLBACK(CxaEndCatch);
 DECLARE_CALLBACK(RethrowException);
 
-} // exception_tracer
-} // folly
+} // namespace exception_tracer
+} // namespace folly
 
 // Clang is smart enough to understand that the symbols we're loading
 // are [[noreturn]], but GCC is not. In order to be able to build with