1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Removed empty lines

This commit is contained in:
James Booth 2014-07-08 20:20:01 +01:00
parent 0115d71e25
commit 06caa0c4f1

View File

@ -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;
}