Cosmetic change: remove the whitespace after 'defined'
authorZuxy Meng <zuxy.meng@gmail.com>
Wed, 19 Mar 2008 07:43:43 +0000 (07:43 +0000)
committerZuxy Meng <zuxy.meng@gmail.com>
Wed, 19 Mar 2008 07:43:43 +0000 (07:43 +0000)
Originally committed as revision 12501 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/mem.h

index 95eb9f5..e51976f 100644 (file)
@@ -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)