]> git.sesse.net Git - vlc/blobdiff - modules/gui/gtk/playlist.c
* Coding style cleanup: removed tabs and trailing spaces.
[vlc] / modules / gui / gtk / playlist.c
index 13f1c8120cdfb52f5bbacf28c4b8e01bf73959dc..ba32c380f93ecdfd85ee66526af6f22fd3f34bf7 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_playlist.c : Interface for the playlist dialog
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: playlist.c,v 1.7 2003/12/03 21:58:43 sigmunau Exp $
+ * $Id: playlist.c,v 1.8 2003/12/22 14:32:56 sam Exp $
  *
  * Authors: Pierre Baillet <oct@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -698,7 +698,7 @@ void GtkRebuildCList( GtkCList * p_clist, playlist_t * p_playlist )
         mtime_t dur = p_playlist->pp_items[i_dummy]->i_duration;
         if ( dur != -1 )
         {
-         secstotimestr( psz_duration, dur/1000000 );
+            secstotimestr( psz_duration, dur/1000000 );
         }
         else
         {