Mercurial > mplayer.hg
changeset 36087:3240406fbd4f
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Mon, 29 Apr 2013 11:47:47 +0000 |
parents | 6e0e3d0a36c0 |
children | 6500c354cd2c |
files | gui/dialog/url.c |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/dialog/url.c Mon Apr 29 11:45:55 2013 +0000 +++ b/gui/dialog/url.c Mon Apr 29 11:47:47 2013 +0000 @@ -61,15 +61,15 @@ } if (str) { - item = calloc(1, sizeof(urlItem)); - item->url = str; - listMgr(URLLIST_ITEM_ADD, item); + item = calloc(1, sizeof(urlItem)); + item->url = str; + listMgr(URLLIST_ITEM_ADD, item); - uiSetFile(NULL, str, STREAMTYPE_STREAM); - listMgr(PLAYLIST_DELETE, 0); - add_to_gui_playlist(str, PLAYLIST_ITEM_APPEND); - guiInfo.NewPlay = GUI_FILE_NEW; - uiEvent(evPlay, 0); + uiSetFile(NULL, str, STREAMTYPE_STREAM); + listMgr(PLAYLIST_DELETE, 0); + add_to_gui_playlist(str, PLAYLIST_ITEM_APPEND); + guiInfo.NewPlay = GUI_FILE_NEW; + uiEvent(evPlay, 0); } } }