From 8239ca8047cab82596c4cde6c8d697b5ab927d15 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 15 Jan 2017 17:40:14 +0100 Subject: [PATCH] formatting --- src/ebusd/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ebusd/main.cpp b/src/ebusd/main.cpp index d7b7b759..e387f39b 100644 --- a/src/ebusd/main.cpp +++ b/src/ebusd/main.cpp @@ -116,10 +116,10 @@ static MessageMap* s_messageMap = NULL; static MainLoop* s_mainLoop = NULL; /** the version string of the program. */ -const char *argp_program_version = ""PACKAGE_STRING "." REVISION""; +const char *argp_program_version = "" PACKAGE_STRING "." REVISION ""; /** the report bugs to address of the program. */ -const char *argp_program_bug_address = ""PACKAGE_BUGREPORT""; +const char *argp_program_bug_address = "" PACKAGE_BUGREPORT ""; /** the documentation of the program. */ static const char argpdoc[] =