Fix signed integer overflow in StaticTracepointTest.cpp
[folly.git] / folly / FileUtil.cpp
index c4960aded164ccb94124a5cf04956622b82439a7..ce61ad963193d32a35a33dad592d436354454df8 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.
@@ -235,4 +235,4 @@ void writeFileAtomic(
   writeFileAtomic(filename, ByteRange(data), permissions);
 }
 
-}  // namespaces
+} // namespace folly