diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-05-13 02:58:57 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-05-13 02:58:57 +0000 |
commit | 6e9cbdc10448203e7c8b2de41447442fcc9f7bae (patch) | |
tree | 0ed465592509105fdbeab27fc12ddbb2e3590aa5 /libvo/vo_caca.c | |
parent | eafe5b7517bbf408ae1ffc936a3abe2313c3b334 (diff) | |
download | mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.bz2 mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.xz |
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_caca.c')
-rw-r--r-- | libvo/vo_caca.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/vo_caca.c b/libvo/vo_caca.c index 9181eed7de..4415459080 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); } |