Mercurial > audlegacy-plugins
changeset 1548:cf75d9479932
Fix indentation.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 01 Sep 2007 06:01:53 +0300 |
parents | b63e772ee21d |
children | a9f544dafa91 |
files | src/sid/xs_title.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sid/xs_title.c Sat Sep 01 06:01:34 2007 +0300 +++ b/src/sid/xs_title.c Sat Sep 01 06:01:53 2007 +0300 @@ -54,7 +54,8 @@ static t_xs_tuple * xs_get_titletuple(gchar *tmpFilename, gchar *tmpFilePath, gchar *tmpFileExt, t_xs_tuneinfo *p, gint subTune) { - t_xs_tuple *pResult; + t_xs_tuple *pResult; + #ifdef AUDACIOUS_PLUGIN pResult = tuple_new(); tuple_associate_string(pResult, "title", p->sidName); @@ -138,14 +139,14 @@ /* Check if the titles are overridden or not */ #if defined(AUDACIOUS_PLUGIN) - if (!xs_cfg.titleOverride) { + if (!xs_cfg.titleOverride) { t_xs_tuple *pTuple = xs_get_titletuple( tmpFilename, tmpFilePath, tmpFileExt, p, subTune); pcResult = tuple_formatter_make_title_string(pTuple, get_gentitle_format()); tuple_free(pTuple); } else #elif defined(HAVE_XMMSEXTRA) - if (!xs_cfg.titleOverride) { + if (!xs_cfg.titleOverride) { t_xs_tuple *pTuple = xs_get_titletuple( tmpFilename, tmpFilePath, tmpFileExt, p, subTune);