aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-26 12:58:18 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-26 12:58:18 +0200
commitd10780dcf573749137710c376edf52086e2b4500 (patch)
tree226141f02c9b1c4fbad23f6fe2b3380acb3beb15
parente387100eb51da541dff4b7323ebe2286dc193a12 (diff)
mmcli: fix alignment of properties in IP config output
-rw-r--r--cli/mmcli-bearer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/mmcli-bearer.c b/cli/mmcli-bearer.c
index a955e3a2..651508ef 100644
--- a/cli/mmcli-bearer.c
+++ b/cli/mmcli-bearer.c
@@ -189,10 +189,10 @@ print_bearer_info (MMBearer *bearer)
guint i;
dns = mm_bearer_ip_config_get_dns (ipv4_config);
- g_print (" | address: '%s'\n"
- " | prefix: '%u'\n"
- " | gateway: '%s'\n"
- " | DNS: '%s'",
+ g_print (" | address: '%s'\n"
+ " | prefix: '%u'\n"
+ " | gateway: '%s'\n"
+ " | DNS: '%s'",
VALIDATE_UNKNOWN (mm_bearer_ip_config_get_address (ipv4_config)),
mm_bearer_ip_config_get_prefix (ipv4_config),
VALIDATE_UNKNOWN (mm_bearer_ip_config_get_gateway (ipv4_config)),