Commit c39f0b6c authored by Jakob Leben's avatar Jakob Leben

qt4: cosmetic (tabs, brackets)

parent 3dfec6e8
...@@ -667,8 +667,8 @@ void PLModel::processItemAppend( const playlist_add_t *p_add ) ...@@ -667,8 +667,8 @@ void PLModel::processItemAppend( const playlist_add_t *p_add )
PLItem *nodeItem = findById( rootItem, p_add->i_node ); PLItem *nodeItem = findById( rootItem, p_add->i_node );
if( !nodeItem ) return; if( !nodeItem ) return;
foreach( PLItem *existing, nodeItem->children ) foreach( PLItem *existing, nodeItem->children )
if( existing->i_id == p_add->i_item ) { return; } if( existing->i_id == p_add->i_item ) return;
PL_LOCK; PL_LOCK;
p_item = playlist_ItemGetById( p_playlist, p_add->i_item ); p_item = playlist_ItemGetById( p_playlist, p_add->i_item );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment