From: Jonathan Neuschäfer Date: Mon, 24 Oct 2011 13:04:00 +0000 (+0200) Subject: mpdclient_connect: fix parenthesis style X-Git-Tag: release-0.20~60^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=87b0849f4b11cdba6fb453e1da17c5c73d21098d;p=ncmpc.git mpdclient_connect: fix parenthesis style --- diff --git a/src/mpdclient.c b/src/mpdclient.c index 4882d54..24ac897 100644 --- a/src/mpdclient.c +++ b/src/mpdclient.c @@ -149,7 +149,7 @@ mpdclient_connect(struct mpdclient *c, const gchar *password) { /* close any open connection */ - if( c->connection ) + if (c->connection) mpdclient_disconnect(c); /* connect to MPD */