spaces
This commit is contained in:
parent
fbc0227d56
commit
b55f3cd36e
1 changed files with 1 additions and 4 deletions
|
@ -601,7 +601,6 @@ void generate_proxy(Xml::Document &doc, const char *filename)
|
||||||
body << tab << "}" << endl;
|
body << tab << "}" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body << "};" << endl
|
body << "};" << endl
|
||||||
<< endl;
|
<< endl;
|
||||||
|
|
||||||
|
@ -614,8 +613,6 @@ void generate_proxy(Xml::Document &doc, const char *filename)
|
||||||
|
|
||||||
body << "#endif //" << cond_comp << endl;
|
body << "#endif //" << cond_comp << endl;
|
||||||
|
|
||||||
cerr << "writing " << filename << endl;
|
|
||||||
|
|
||||||
// remove all duplicates in the header include vector
|
// remove all duplicates in the header include vector
|
||||||
vector<string>::const_iterator vec_end_it = unique (include_vector.begin (), include_vector.end ());
|
vector<string>::const_iterator vec_end_it = unique (include_vector.begin (), include_vector.end ());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue