diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-15 12:28:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:28:22 -0600 |
commit | af3c2166d54cdb71914baece900095bad5a44862 (patch) | |
tree | fb3305c01cc31f9d81ff9822486daa6f6243f98e /lib/zstd/common/portability_macros.h | |
parent | c00018507d9923b9137be4b89eb3c3110708a096 (diff) | |
parent | 3451b69e33dd3c862d9a843ed22c06c3184136b8 (diff) |
Merge patch series "api: Remove duplicate newlines"
This removes a number of duplicate newlines throughout the codebase.
Diffstat (limited to 'lib/zstd/common/portability_macros.h')
-rw-r--r-- | lib/zstd/common/portability_macros.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zstd/common/portability_macros.h b/lib/zstd/common/portability_macros.h index 0e3b2c0a527..b1cb945f275 100644 --- a/lib/zstd/common/portability_macros.h +++ b/lib/zstd/common/portability_macros.h @@ -20,7 +20,6 @@ * */ - /* compat. with non-clang compilers */ #ifndef __has_attribute #define __has_attribute(x) 0 |