about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-07-08 20:20:01 +0100
committerJames Booth <boothj5@gmail.com>2014-07-08 20:20:01 +0100
commit06caa0c4f13d04736d28db8197f24dcd66db141c (patch)
tree99648a32aa9c9bf657b3f301ea147d94723d998c /src/main.c
parent0115d71e2549408d289d4520bc869c0b16fa3dcf (diff)
downloadprofani-tty-06caa0c4f13d04736d28db8197f24dcd66db141c.tar.gz
Removed empty lines
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 6e5775fc..39a39e26 100644
--- a/src/main.c
+++ b/src/main.c
@@ -89,9 +89,6 @@ main(int argc, char **argv)
     g_option_context_free(context);
 
     if (version == TRUE) {
-
-        g_print("\n");
-
         if (strcmp(PACKAGE_STATUS, "development") == 0) {
 #ifdef HAVE_GIT_VERSION
             g_print("Profanity, version %sdev.%s.%s\n", PACKAGE_VERSION, PROF_GIT_BRANCH, PROF_GIT_REVISION);
@@ -127,8 +124,6 @@ main(int argc, char **argv)
         g_print("OTR support: Disabled\n");
 #endif
 
-        g_print("\n");
-
         return 0;
     }