Fix decompression of truncated data
[folly.git] / folly / Logging.h
index 1a9aeb4f7db92ee3fc8cbef075845b790c656c5c..70172706ed7f2bd5a9c60967e513e7111e16fd11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 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.
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_LOGGING_H_
-#define FOLLY_LOGGING_H_
+#pragma once
 
 #include <atomic>
 #include <chrono>
@@ -54,5 +53,3 @@
           LOG(severity)
 
 #endif
-
-#endif  // FOLLY_LOGGING_H_