From cfcc04d3932384d37cf603211e0a4e49f56435cd Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 29 Jan 2014 14:36:03 +0200 Subject: [PATCH] avctp: trivial: Do not break short line --- profiles/audio/avctp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/audio/avctp.c b/profiles/audio/avctp.c index 78bf1fd1f..570d60994 100644 --- a/profiles/audio/avctp.c +++ b/profiles/audio/avctp.c @@ -904,8 +904,7 @@ failed: return FALSE; } -static gboolean session_cb(GIOChannel *chan, GIOCondition cond, - gpointer data) +static gboolean session_cb(GIOChannel *chan, GIOCondition cond, gpointer data) { struct avctp *session = data; struct avctp_channel *control = session->control; -- 2.47.3