Mercurial > libavutil.hg
changeset 484:454969cf56c1 libavutil
Cosmetic change: remove the whitespace after 'defined'
author | zuxy |
---|---|
date | Wed, 19 Mar 2008 07:43:43 +0000 |
parents | c6cd6e70780b |
children | b4ff998c79e3 |
files | mem.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mem.h Wed Mar 19 07:42:50 2008 +0000 +++ b/mem.h Wed Mar 19 07:43:43 2008 +0000 @@ -48,7 +48,7 @@ #define av_malloc_attrib #endif -#if defined (__GNUC__) && (__GNU__ > 4 || __GNU__ == 4 && __GNU_MINOR__ > 1) +#if defined(__GNUC__) && (__GNU__ > 4 || __GNU__ == 4 && __GNU_MINOR__ > 1) #define av_alloc_size(n) __attribute__((alloc_size(n))) #else #define av_alloc_size(n)