From b55f3cd36e23cf752b518bcb59004b1273bcd8c2 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Sat, 28 Mar 2009 23:15:44 +0100 Subject: [PATCH] spaces --- tools/generate_proxy.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/generate_proxy.cpp b/tools/generate_proxy.cpp index 743ba30..f35ef2c 100644 --- a/tools/generate_proxy.cpp +++ b/tools/generate_proxy.cpp @@ -81,7 +81,7 @@ void generate_proxy(Xml::Document &doc, const char *filename) // the code from class definiton up to opening of the constructor is generated... body << "class " << ifaceclass << endl - << " : public ::DBus::InterfaceProxy" << endl + << ": public ::DBus::InterfaceProxy" << endl << "{" << endl << "public:" << endl << endl @@ -601,7 +601,6 @@ void generate_proxy(Xml::Document &doc, const char *filename) body << tab << "}" << endl; } - body << "};" << endl << endl; @@ -613,8 +612,6 @@ void generate_proxy(Xml::Document &doc, const char *filename) } body << "#endif //" << cond_comp << endl; - - cerr << "writing " << filename << endl; // remove all duplicates in the header include vector vector::const_iterator vec_end_it = unique (include_vector.begin (), include_vector.end ());