From 227c2907785c5add14a13f36d9129e3fca30a372 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 16 Sep 2019 14:51:27 +0200 Subject: mmcli,firmware: don't use tabs when printing human-friendly list --- cli/mmcli-output.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cli/mmcli-output.c') diff --git a/cli/mmcli-output.c b/cli/mmcli-output.c index 4fd9db38..09722094 100644 --- a/cli/mmcli-output.c +++ b/cli/mmcli-output.c @@ -622,21 +622,21 @@ build_firmware_info_human (GPtrArray *array, gboolean selected) { g_ptr_array_add (array, g_strdup (mm_firmware_properties_get_unique_id (props))); - g_ptr_array_add (array, g_strdup_printf ("\tcurrent: %s", selected ? "yes" : "no")); + g_ptr_array_add (array, g_strdup_printf (" current: %s", selected ? "yes" : "no")); if (mm_firmware_properties_get_image_type (props) == MM_FIRMWARE_IMAGE_TYPE_GOBI) { const gchar *aux; if ((aux = mm_firmware_properties_get_gobi_pri_version (props)) != NULL) - g_ptr_array_add (array, g_strdup_printf ("\tgobi pri version: %s", aux)); + g_ptr_array_add (array, g_strdup_printf (" gobi pri version: %s", aux)); if ((aux = mm_firmware_properties_get_gobi_pri_info (props)) != NULL) - g_ptr_array_add (array, g_strdup_printf ("\tgobi pri info: %s", aux)); + g_ptr_array_add (array, g_strdup_printf (" gobi pri info: %s", aux)); if ((aux = mm_firmware_properties_get_gobi_boot_version (props)) != NULL) - g_ptr_array_add (array, g_strdup_printf ("\tgobi boot version: %s", aux)); + g_ptr_array_add (array, g_strdup_printf (" gobi boot version: %s", aux)); if ((aux = mm_firmware_properties_get_gobi_pri_unique_id (props)) != NULL) - g_ptr_array_add (array, g_strdup_printf ("\tgobi pri unique id: %s", aux)); + g_ptr_array_add (array, g_strdup_printf (" gobi pri unique id: %s", aux)); if ((aux = mm_firmware_properties_get_gobi_modem_unique_id (props)) != NULL) - g_ptr_array_add (array, g_strdup_printf ("\tgobi modem unique id: %s", aux)); + g_ptr_array_add (array, g_strdup_printf (" gobi modem unique id: %s", aux)); } } -- cgit v1.2.3-70-g09d2