[packagekit] [PATCH 1/1] client/pk-console: replace tabs with spaces
Christian Hesse
list at eworm.de
Mon Dec 29 05:51:03 PST 2014
From: Christian Hesse <mail at eworm.de>
Alignment was broken, so replace tabs with spaces and fix columns.
Signed-off-by: Christian Hesse <mail at eworm.de>
---
client/pk-console.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/pk-console.c b/client/pk-console.c
index 63042ea..a298972 100644
--- a/client/pk-console.c
+++ b/client/pk-console.c
@@ -501,8 +501,8 @@ pk_console_details_cb (PkDetails *item, gpointer data)
g_print (" license: %s\n", license);
g_print (" group: %s\n", pk_group_enum_to_string (group));
g_print (" description: %s\n", description);
- g_print (" size: %lu bytes\n", (long unsigned int) size);
- g_print (" url: %s\n", url);
+ g_print (" size: %lu bytes\n", (long unsigned int) size);
+ g_print (" url: %s\n", url);
}
/**
--
2.2.1
More information about the PackageKit
mailing list