changed variable to oneliner because of astyle parser bug

This commit is contained in:
Andreas Volz 2011-11-29 22:54:16 +01:00
parent cee7aaca54
commit ca33a290df

View file

@ -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 <dbus-c++/dbus.h>\n\
#include <cassert>\n\
";
const char *dbus_includes = "\n#include <dbus-c++/dbus.h>\n#include <cassert>\n";
void underscorize(string &str)
{