]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add files via upload
authorNiadb <34917535+Niadb@users.noreply.github.com>
Fri, 19 Jun 2020 09:34:05 +0000 (03:34 -0600)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 09:34:05 +0000 (03:34 -0600)
lib/common/compiler.h

index 825f01d803386edce673c51697cfe5b628eea819..781ee43517b093379294eafe87c1071a30784355 100644 (file)
@@ -27,7 +27,6 @@
 #  define FORCE_INLINE_ATTR __attribute__((always_inline))
 #elif defined(_MSC_VER)
 #  define FORCE_INLINE_ATTR __forceinline
-
 #else
 #  define FORCE_INLINE_ATTR
 #endif