Consistently have the namespace closing comment
[folly.git] / folly / io / async / AsyncSocketBase.h
index 35e8a1523ad163bb5df2a604c2d5817fd16dd8a6..edd4afce73f76688d86cd78012cd059ac2e14df0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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.
@@ -27,4 +27,4 @@ class AsyncSocketBase {
   virtual void getAddress(SocketAddress*) const = 0;
 };
 
-} // namespace
+} // namespace folly