Diff between 6e5598556586c38d5f8406072f2a7c49b8face93 and ae589a34facec864f0c6e16726888b5f9f0e60cf
Changed Files
| File | Additions | Deletions | Status |
| tools/bluetooth-player.c | +2 | -1 | modified |
Full Patch
diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c
index 4eb3153..75650a7 100644
--- a/tools/bluetooth-player.c
+++ b/tools/bluetooth-player.c
@@ -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);
}