]> git.sesse.net Git - vlc/commitdiff
Excessive white space
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 23 Jun 2009 18:40:04 +0000 (21:40 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 23 Jun 2009 18:40:24 +0000 (21:40 +0300)
src/input/es_out_timeshift.c

index 837878e0a65a6e39f3626a16a86ab34843931aa7..a48d36589811f87a421508694b15cfb27b504a0a 100644 (file)
@@ -336,7 +336,7 @@ es_out_t *input_EsOutTimeshiftNew( input_thread_t *p_input, es_out_t *p_next_out
 
     char *psz_tmp_path = var_CreateGetNonEmptyString( p_input, "input-timeshift-path" );
     p_sys->psz_tmp_path = GetTmpPath( psz_tmp_path );
-    msg_Dbg( p_input, "using timeshift  path '%s'", p_sys->psz_tmp_path );
+    msg_Dbg( p_input, "using timeshift path '%s'", p_sys->psz_tmp_path );
 
 #if 0
 #define S(t) msg_Err( p_input, "SIZEOF("#t")=%d", sizeof(t) )