Statically allocate futex array
[folly.git] / folly / Demangle.h
index 4b8b7001da2e8ce322577f52a5bcc430966732b5..75061b5c56c87ab9e283e5cfb72a1667964ba0f1 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.
@@ -62,4 +62,4 @@ inline size_t demangle(const std::type_info& type, char* buf, size_t bufSize) {
 // glibc doesn't have strlcpy
 size_t strlcpy(char* dest, const char* const src, size_t size);
 
-}
+} // namespace folly