tools/bluetooth-player: Fix lines going beyond 80 columns 56/205056/1
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 1 Mar 2018 10:25:20 +0000 (12:25 +0200)
committerAmit Purwar <amit.purwar@samsung.com>
Mon, 29 Apr 2019 04:18:24 +0000 (09:48 +0530)
Change-Id: I1e3d33673f93425666ececff44c88949bffa8292
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
tools/bluetooth-player.c

index 6a80e77..ca2adba 100755 (executable)
@@ -485,7 +485,8 @@ static void print_player(GDBusProxy *proxy, const char *description)
 
        str = proxy_description(proxy, "Player", description);
 
-       bt_shell_printf("%s%s\n", str, default_player == proxy ? "[default]" : "");
+       bt_shell_printf("%s%s\n", str,
+                       default_player == proxy ? "[default]" : "");
 
        g_free(str);
 }