Convert a tab to a space in an #ifndef
This commit is contained in:
parent
2d2c5d0112
commit
613a7a0ead
@ -81,7 +81,7 @@
|
|||||||
#endif//_MSC_VER
|
#endif//_MSC_VER
|
||||||
|
|
||||||
|
|
||||||
#ifndef WELS_ALIGN
|
#ifndef WELS_ALIGN
|
||||||
#define WELS_ALIGN(x, n) (((x)+(n)-1)&~((n)-1))
|
#define WELS_ALIGN(x, n) (((x)+(n)-1)&~((n)-1))
|
||||||
#endif//WELS_ALIGN
|
#endif//WELS_ALIGN
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user