shithub: openh264

Download patch

ref: 613a7a0ead137ec8b9998beaa7d8aea5b65bc5bc
parent: 2d2c5d0112693a1e8c44f20b1ff61c2e891b88b2
author: Martin Storsjö <martin@martin.st>
date: Mon May 4 08:09:58 EDT 2015

Convert a tab to a space in an #ifndef

--- 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