From a661ade713a1ba0534ed13abb626115fceed5fd5 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Fri, 15 Jun 2007 20:42:56 +0000 Subject: Indentation for previous commit Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/imlib2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vhook') 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"); -- cgit v1.1