]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/playlist_model.cpp
Cosmetics.
[vlc] / modules / gui / qt4 / components / playlist / playlist_model.cpp
index a474abd94e7abb35f90f535360bce286bce7afcd..31d1b184ae895ff589b61c1759f216f7504c1639 100644 (file)
@@ -224,7 +224,7 @@ void PLModel::addCallbacks()
 {
     /* Some global changes happened -> Rebuild all */
     var_AddCallback( p_playlist, "intf-change", PlaylistChanged, this );
-    /* We went to the next item 
+    /* We went to the next item
     var_AddCallback( p_playlist, "item-current", PlaylistNext, this );
     */
     /* One item has been updated */