From a13f569db6e188218919014e97e37e457f5940ee Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 3 Oct 2007 13:54:14 +0000 Subject: Minor coding style fixes --- audio/sink.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/sink.c') diff --git a/audio/sink.c b/audio/sink.c index e249af18..18bf7e37 100644 --- a/audio/sink.c +++ b/audio/sink.c @@ -148,8 +148,7 @@ static void stream_setup_complete(struct avdtp *session, struct a2dp_sep *sep, reply = dbus_message_new_method_return(pending->msg); send_message_and_unref(pending->conn, reply); debug("Stream successfully created"); - } - else { + } else { err_failed(pending->conn, pending->msg, "Stream setup failed"); avdtp_unref(sink->session); sink->session = NULL; -- cgit