mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
cosmetics: Remove trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25431 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6b51b17c51
commit
ae39a6457e
4
mp_msg.c
4
mp_msg.c
@ -89,7 +89,7 @@ int mp_msg_test(int mod, int lev)
|
|||||||
void mp_msg(int mod, int lev, const char *format, ... ){
|
void mp_msg(int mod, int lev, const char *format, ... ){
|
||||||
va_list va;
|
va_list va;
|
||||||
char tmp[MSGSIZE_MAX];
|
char tmp[MSGSIZE_MAX];
|
||||||
|
|
||||||
if (!mp_msg_test(mod, lev)) return; // do not display
|
if (!mp_msg_test(mod, lev)) return; // do not display
|
||||||
va_start(va, format);
|
va_start(va, format);
|
||||||
vsnprintf(tmp, MSGSIZE_MAX, format, va);
|
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);
|
printf("\033[%d;3%dm*** COLOR TEST %d ***\n",(c>7),c&7,c);
|
||||||
flag=0;
|
flag=0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
{ unsigned char v_colors[10]={9,1,3,15,7,2,2,8,8,8};
|
{ unsigned char v_colors[10]={9,1,3,15,7,2,2,8,8,8};
|
||||||
static const char *mod_text[MSGT_MAX]= {
|
static const char *mod_text[MSGT_MAX]= {
|
||||||
"GLOBAL",
|
"GLOBAL",
|
||||||
|
Loading…
Reference in New Issue
Block a user