Add DCHECKs for checking that underlying IOBuf wasn't modified
[folly.git] / folly / Demangle.h
index 0a9cf9682484e3c9e99f79d643f541dfde3fd8c0..13537dd50c648a311d883505e3cf154f4f219223 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2014-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.
@@ -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