From 0ab937426cab742dfcfce6724e2f62801b32a893 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 15 Dec 2009 13:03:58 +0100 Subject: [PATCH] vout_fb: cosmetics, else on the same line than closing } --- modules/video_output/fb.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/video_output/fb.c b/modules/video_output/fb.c index df8eba189e..b394cb0e02 100644 --- a/modules/video_output/fb.c +++ b/modules/video_output/fb.c @@ -234,8 +234,7 @@ static int Open(vlc_object_t *object) msg_Warn(vd, "chroma %s invalid, using default", chroma); free(chroma); - } - else + } else sys->chroma = 0; /* tty handling */ @@ -259,8 +258,7 @@ static int Open(vlc_object_t *object) if (sys->chroma) { fmt.i_chroma = sys->chroma; - } - else { + } else { /* Assume RGB */ msg_Dbg(vd, "%d bppd", sys->var_info.bits_per_pixel); -- 2.39.2