cosmetics: Remove trailing whitespace.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25431 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-12-17 09:02:21 +00:00
parent 6b51b17c51
commit ae39a6457e
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ int mp_msg_test(int mod, int lev)
void mp_msg(int mod, int lev, const char *format, ... ){
va_list va;
char tmp[MSGSIZE_MAX];
if (!mp_msg_test(mod, lev)) return; // do not display
va_start(va, format);
vsnprintf(tmp, MSGSIZE_MAX, format, va);
@ -143,7 +143,7 @@ void mp_msg(int mod, int lev, const char *format, ... ){
printf("\033[%d;3%dm*** COLOR TEST %d ***\n",(c>7),c&7,c);
flag=0;
}
#endif
#endif
{ unsigned char v_colors[10]={9,1,3,15,7,2,2,8,8,8};
static const char *mod_text[MSGT_MAX]= {
"GLOBAL",