[vlc-devel] commit: Excessive white space ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Jun 23 20:42:13 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Tue Jun 23 21:40:04 2009 +0300| [d02d05a64c4052d9269875b38612e8a45dca54a6] | committer: Rémi Denis-Courmont 

Excessive white space
(cherry picked from commit d131e9ae8080e8a3f196af5af952d0d805661977)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d02d05a64c4052d9269875b38612e8a45dca54a6
---

 src/input/es_out_timeshift.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/input/es_out_timeshift.c b/src/input/es_out_timeshift.c
index 837878e..a48d365 100644
--- a/src/input/es_out_timeshift.c
+++ b/src/input/es_out_timeshift.c
@@ -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) )




More information about the vlc-devel mailing list