[FFmpeg-cvslog] r12501 - trunk/libavutil/mem.h

zuxy subversion
Wed Mar 19 08:43:44 CET 2008


Author: zuxy
Date: Wed Mar 19 08:43:43 2008
New Revision: 12501

Log:
Cosmetic change: remove the whitespace after 'defined'


Modified:
   trunk/libavutil/mem.h

Modified: trunk/libavutil/mem.h
==============================================================================
--- trunk/libavutil/mem.h	(original)
+++ trunk/libavutil/mem.h	Wed Mar 19 08:43:43 2008
@@ -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)




More information about the ffmpeg-cvslog mailing list