Fix copyright lines
[folly.git] / folly / io / async / test / MockAsyncServerSocket.h
index 29156ad17e8fee0c57c790aba43fb8d582f3ef5d..255c1e31337ade47d70628ffc7cce14e82ad1083 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2015-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ namespace folly {
 namespace test {
 
 class MockAsyncServerSocket : public AsyncServerSocket {
-public:
+ public:
   typedef std::unique_ptr<MockAsyncServerSocket, Destructor> UniquePtr;
 
   // We explicitly do not mock destroy(), since the base class implementation