Consistency in namespace-closing comments
[folly.git] / folly / io / async / ssl / TLSDefinitions.h
index 691b8da0e615a38971a3ff12a5a5bef4f6ad8cb1..21e8efefddf55d61ca9aabf0ac1189d10c5b0226 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.
@@ -88,5 +88,5 @@ struct ClientHelloInfo {
   std::vector<uint16_t> clientHelloSupportedVersions_;
 };
 
-} // ssl
-} // folly
+} // namespace ssl
+} // namespace folly