[vlc-commits] playlist: Remove trailing whitespaces
Hugo Beauzée-Luyssen
git at videolan.org
Wed Feb 14 12:34:40 CET 2018
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Feb 14 12:32:48 2018 +0100| [a4de4ecc2d3e3a02fd6a7990dcc7fb7b717947cf] | committer: Hugo Beauzée-Luyssen
playlist: Remove trailing whitespaces
(cherry picked from commit 6a8f6d723bfde0231b8a17375158e349993622ea)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a4de4ecc2d3e3a02fd6a7990dcc7fb7b717947cf
---
src/playlist/item.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/playlist/item.c b/src/playlist/item.c
index d3fe66e197..d2e98ff195 100644
--- a/src/playlist/item.c
+++ b/src/playlist/item.c
@@ -279,12 +279,12 @@ playlist_item_t *playlist_ItemNewFromInput( playlist_t *p_playlist,
{
if( unlikely(p_item->i_id == INT_MAX) )
p_item->i_id = 0;
-
+
p_item->i_id++;
if( unlikely(p_item->i_id == p->i_last_playlist_id) )
goto error; /* All IDs taken */
-
+
pp = tsearch( p_item, &p->id_tree, playlist_ItemCmpId );
if( unlikely(pp == NULL) )
goto error;
More information about the vlc-commits
mailing list