From 0eb321bf2c1cc0e048faff26a01f86cdd3ec254f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 7 Jul 2009 02:26:13 +0300 Subject: Remove trailing whitespace from most files --- libvo/vo_caca.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libvo/vo_caca.c') diff --git a/libvo/vo_caca.c b/libvo/vo_caca.c index 0702d86a2d..2c36700be8 100644 --- a/libvo/vo_caca.c +++ b/libvo/vo_caca.c @@ -130,7 +130,7 @@ static void osdpercent(int duration, int min, int max, int val, const char *desc else posbar[i] = '-'; } - + if (where != 0) posbar[0] = '|'; @@ -164,7 +164,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, image_height = height; image_width = width; image_format = format; - + showosdmessage = 0; posbar[0] = '\0'; @@ -194,7 +194,7 @@ static void flip_page(void) posbar[0] = '\0'; } else { caca_putstr(osdx, osdy, osdmessagetext); - + if (*posbar) caca_putstr(0, posbary, posbar); } -- cgit v1.2.3