From: Rafaël Carré Date: Tue, 15 Dec 2009 12:03:58 +0000 (+0100) Subject: vout_fb: cosmetics, else on the same line than closing } X-Git-Tag: 1.1.0-ff~1952 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0ab937426cab742dfcfce6724e2f62801b32a893;p=vlc vout_fb: cosmetics, else on the same line than closing } --- 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);