diff libswscale/swscale_internal.h @ 29481:c080f1f5c07e

Cosmetics: - Place curly brackets in the same line as while/for/if/switch/else/do; - Place curly brackets at column 0 in the next line starting a function.
author ramiro
date Sun, 16 Aug 2009 21:11:28 +0000
parents 947a942221c4
children bb2eaf7331e5
line wrap: on
line diff
--- a/libswscale/swscale_internal.h	Sun Aug 16 00:32:04 2009 +0000
+++ b/libswscale/swscale_internal.h	Sun Aug 16 21:11:28 2009 +0000
@@ -64,7 +64,7 @@
                        uint8_t* dst[], int dstStride[]);
 
 /* This struct should be aligned on at least a 32-byte boundary. */
-typedef struct SwsContext{
+typedef struct SwsContext {
     /**
      * info on struct for av_log
      */