diff --git a/lfs3_util.h b/lfs3_util.h index 52ef96b8..068dc8d0 100644 --- a/lfs3_util.h +++ b/lfs3_util.h @@ -118,11 +118,11 @@ #ifndef LFS3_NO_ASSERT #include #endif -#if !defined(LFS3_NO_DEBUG) || \ - !defined(LFS3_NO_INFO) || \ - !defined(LFS3_NO_WARN) || \ - !defined(LFS3_NO_ERROR) || \ - defined(LFS3_YES_TRACE) +#if !defined(LFS3_NO_DEBUG) \ + || !defined(LFS3_NO_INFO) \ + || !defined(LFS3_NO_WARN) \ + || !defined(LFS3_NO_ERROR) \ + || defined(LFS3_YES_TRACE) #include #endif