# HG changeset patch # User ib # Date 1367236067 0 # Node ID 3240406fbd4fe3a0693b092240f071d6149f0c93 # Parent 6e0e3d0a36c0c2d9ca8f6df7247eb3b7d356fcec Cosmetic: Adjust indent. diff -r 6e0e3d0a36c0 -r 3240406fbd4f gui/dialog/url.c --- 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); } } }