From ee6db9ffe56cdcdc8da4515c8808bd1d247a4e9f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 10 Jun 2020 17:18:44 +0200 Subject: Style fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common.h b/common.h index 3062c14..bf605f5 100644 --- a/common.h +++ b/common.h @@ -4,12 +4,12 @@ #include #if defined(__GLIBC__) || defined(__sun) || defined(__CYGWIN__) -#include +# include #elif defined(_WIN32) -#include -#if !defined(alloca) -#define alloca _alloca // for clang with MS Codegen -#endif +# include +# if !defined(alloca) +# define alloca _alloca /* For clang with MS Codegen */ +# endif #endif #include #include -- cgit v1.2.3-70-g09d2