[SCM] libav/experimental: Indentation for previous commit

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:01:55 UTC 2013


The following commit has been merged in the experimental branch:
commit a661ade713a1ba0534ed13abb626115fceed5fd5
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Fri Jun 15 20:42:56 2007 +0000

    Indentation for previous commit
    
    Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/vhook/imlib2.c b/vhook/imlib2.c
index 98ccaf8..3c54836 100644
--- a/vhook/imlib2.c
+++ b/vhook/imlib2.c
@@ -258,9 +258,9 @@ int Configure(void **ctxp, int argc, char *argv[])
             f = fopen(rgbtxt, "r");
         else
         {
-        f = fopen("/usr/share/X11/rgb.txt", "r");
-        if (!f)
-            f = fopen("/usr/lib/X11/rgb.txt", "r");
+            f = fopen("/usr/share/X11/rgb.txt", "r");
+            if (!f)
+                f = fopen("/usr/lib/X11/rgb.txt", "r");
         }
         if (!f) {
             fprintf(stderr, "Failed to find RGB color names file\n");

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list