aboutsummaryrefslogtreecommitdiff
path: root/include/brotli/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/brotli/port.h')
-rwxr-xr-xinclude/brotli/port.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/brotli/port.h b/include/brotli/port.h
index ecb1db2..16c31d4 100755
--- a/include/brotli/port.h
+++ b/include/brotli/port.h
@@ -135,7 +135,6 @@ OR:
#define BROTLI_NOINLINE
#endif
-
#if BROTLI_MODERN_COMPILER || __has_attribute(deprecated)
#define BROTLI_DEPRECATED __attribute__((deprecated))
#else