[Ffmpeg-cvslog] r5739 - trunk/libavutil/common.h

mru subversion
Fri Jul 14 02:28:16 CEST 2006


Author: mru
Date: Fri Jul 14 02:28:16 2006
New Revision: 5739

Modified:
   trunk/libavutil/common.h

Log:
indent


Modified: trunk/libavutil/common.h
==============================================================================
--- trunk/libavutil/common.h	(original)
+++ trunk/libavutil/common.h	Fri Jul 14 02:28:16 2006
@@ -180,16 +180,16 @@
 #ifdef HAVE_AV_CONFIG_H
 
 #ifdef __MINGW32__
-#        ifdef _DEBUG
-#            define DEBUG
-#        endif
+#    ifdef _DEBUG
+#        define DEBUG
+#    endif
 
-#        define snprintf _snprintf
-#        define vsnprintf _vsnprintf
+#    define snprintf _snprintf
+#    define vsnprintf _vsnprintf
 
-#        ifdef CONFIG_WINCE
-#            define perror(a)
-#        endif
+#    ifdef CONFIG_WINCE
+#        define perror(a)
+#    endif
 
 /* __MINGW32__ end */
 #elif defined (CONFIG_OS2)




More information about the ffmpeg-cvslog mailing list