diff mp_msg.c @ 25403:e256d72c1f7a

cosmetics: Remove trailing whitespace.
author diego
date Mon, 17 Dec 2007 09:02:21 +0000
parents 8f2154e066cf
children afa125da85cf
line wrap: on
line diff
--- a/mp_msg.c	Mon Dec 17 03:42:54 2007 +0000
+++ b/mp_msg.c	Mon Dec 17 09:02:21 2007 +0000
@@ -89,7 +89,7 @@
 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 @@
           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",