aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-03-21 15:48:49 +0100
committerAleksander Morgado <aleksander@aleksander.es>2020-03-21 15:48:49 +0100
commite9d7a9acde7670f384bc8127ca141b185a57ad6f (patch)
tree39ca75d70453c3c01ef170688d666437ff36da47
parentf1e77cdbe632659302e72b2d22b3ee9414c25e1e (diff)
context: remove empty whiteline in --version
This also fixes the Copyright section in the troffit generated HTML output.
-rw-r--r--src/mm-context.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mm-context.c b/src/mm-context.c
index 08f08ff4..406c744a 100644
--- a/src/mm-context.c
+++ b/src/mm-context.c
@@ -279,8 +279,7 @@ mm_context_get_test_plugin_dir (void)
static void
print_version (void)
{
- g_print ("\n"
- "ModemManager " MM_DIST_VERSION "\n"
+ g_print ("ModemManager " MM_DIST_VERSION "\n"
"Copyright (C) 2008-2020 The ModemManager authors\n"
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>\n"
"This is free software: you are free to change and redistribute it.\n"