client: update ad-hoc table header

The table header needs to be adjusted to include spaces between
columns.
This commit is contained in:
James Prestwood 2022-07-07 10:55:11 -07:00 committed by Denis Kenzior
parent 951781686b
commit b7664c7970
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ static enum cmd_status cmd_list(const char *device_name, char **argv, int argc)
struct l_queue *match =
proxy_interface_find_all(IWD_AD_HOC_INTERFACE, NULL, NULL);
display_table_header("Devices in Ad-Hoc Mode", MARGIN "%-*s%-*s",
display_table_header("Devices in Ad-Hoc Mode", MARGIN "%-*s %-*s",
20, "Name", 8, "Started");
if (!match) {