From ca33a290df62f27cc3eb351eb87cdf391328ea23 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Tue, 29 Nov 2011 22:54:16 +0100 Subject: [PATCH] changed variable to oneliner because of astyle parser bug --- tools/generator_utils.cpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/tools/generator_utils.cpp b/tools/generator_utils.cpp index 19df2b3..5686f6b 100644 --- a/tools/generator_utils.cpp +++ b/tools/generator_utils.cpp @@ -30,17 +30,9 @@ using namespace std; const char *tab = " "; -const char *header = "\n\ -/*\n\ - * This file was automatically generated by dbusxx-xml2cpp; DO NOT EDIT!\n\ - */\n\ -\n\ -"; +const char *header = "\n/*\n * This file was automatically generated by dbusxx-xml2cpp; DO NOT EDIT!\n */\n\n"; -const char *dbus_includes = "\n\ -#include \n\ -#include \n\ -"; +const char *dbus_includes = "\n#include \n#include \n"; void underscorize(string &str) {