arrgh forgot some minor thing :-(

This commit is contained in:
nemu 2008-06-10 15:47:06 +00:00
parent 0954450615
commit 120574c5a2

View File

@ -817,7 +817,7 @@ cout << endl << ">> MakeCleanAndTidyUserFcn: " << (*fullTheoryBlock)[i].fLine.Da
for (unsigned int j=1; j<(unsigned int)tokens->GetEntries(); j++) {
ostr = dynamic_cast<TObjString*>(tokens->At(j));
str = ostr->GetString();
tidy += str;
tidy += TString(" ") + str;
}
// write tidy string back into theory block