From 7d21d60dbaefa90a2d52636766f7d060cb1cf481 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Jan 2013 19:00:50 +0100 Subject: despotify_utils: fix indent --- src/despotify_utils.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/despotify_utils.c b/src/despotify_utils.c index acb32310b..9f23c6336 100644 --- a/src/despotify_utils.c +++ b/src/despotify_utils.c @@ -118,23 +118,23 @@ struct despotify_session *mpd_despotify_get_session(void) g_debug("disabling despotify because account is not configured"); return NULL; } - if (!despotify_init()) { + if (!despotify_init()) { g_debug("Can't initialize despotify\n"); return false; } g_session = despotify_init_client(callback, NULL, - high_bitrate, true); + high_bitrate, true); if (!g_session) { g_debug("Can't initialize despotify client\n"); return false; } - if (!despotify_authenticate(g_session, user, passwd)) { - g_debug("Can't authenticate despotify session\n"); - despotify_exit(g_session); - return false; - } + if (!despotify_authenticate(g_session, user, passwd)) { + g_debug("Can't authenticate despotify session\n"); + despotify_exit(g_session); + return false; + } return g_session; } -- cgit v1.2.3