From 613a7a0ead137ec8b9998beaa7d8aea5b65bc5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 4 May 2015 12:09:58 +0300 Subject: [PATCH] Convert a tab to a space in an #ifndef --- codec/common/inc/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec/common/inc/macros.h b/codec/common/inc/macros.h index 8a9c6f24..87a93ace 100644 --- a/codec/common/inc/macros.h +++ b/codec/common/inc/macros.h @@ -81,7 +81,7 @@ #endif//_MSC_VER -#ifndef WELS_ALIGN +#ifndef WELS_ALIGN #define WELS_ALIGN(x, n) (((x)+(n)-1)&~((n)-1)) #endif//WELS_ALIGN