Skip to content

Commit 0c14ac2

Browse files
sidt4ximion
authored andcommitted
pkcon: Align 'get-details' output by adding whitespace
1 parent 4da1b5d commit 0c14ac2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

client/pk-console.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -486,14 +486,14 @@ pk_console_details_cb (PkDetails *item, gpointer data)
486486

487487
/* TRANSLATORS: This a list of details about the package */
488488
g_print ("%s\n", _("Package description"));
489-
g_print (" package: %s\n", package);
490-
g_print (" summary: %s\n", summary);
491-
g_print (" license: %s\n", license);
492-
g_print (" group: %s\n", pk_group_enum_to_string (group));
493-
g_print (" download size: %s\n", download_size_str);
494-
g_print (" size: %s\n", size_str);
495-
g_print (" url: %s\n", url);
496-
g_print (" description: %s\n", description);
489+
g_print (" package: %s\n", package);
490+
g_print (" summary: %s\n", summary);
491+
g_print (" license: %s\n", license);
492+
g_print (" group: %s\n", pk_group_enum_to_string (group));
493+
g_print (" download size: %s\n", download_size_str);
494+
g_print (" size: %s\n", size_str);
495+
g_print (" url: %s\n", url);
496+
g_print (" description: %s\n", description);
497497
}
498498

499499
static void

0 commit comments

Comments
 (0)