logging: fix unused variable warning in non-debug builds
[folly.git] / folly / test / SocketAddressTestHelper.cpp
index 62110239a1e0b2eb25b2701b0d4a309731583bba..5212d985843c803cbdcd71027aa0c820c5e16a20 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,5 +47,4 @@ bool SocketAddressTestHelper::isFamilyOfAddrEnabled(const char* addr) {
   freeaddrinfo(resultsp);
   return !err;
 }
-
-}
+} // namespace folly