summaryrefslogtreecommitdiffstats
path: root/audio/sink.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-10-03 13:54:14 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-10-03 13:54:14 +0000
commita13f569db6e188218919014e97e37e457f5940ee (patch)
tree6c8e17c0a884a426dd74e082f55ae10a9da55317 /audio/sink.c
parent91e4a8e4a2c430a987d735a2241b0e9bd5e2d978 (diff)
Minor coding style fixes
Diffstat (limited to 'audio/sink.c')
-rw-r--r--audio/sink.c3
1 files changed, 1 insertions, 2 deletions
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;