Typos and whitespace fixes
This commit is contained in:
@@ -144,7 +144,7 @@ void PropertyGreyValueList::Restore(Base::XMLReader &reader)
|
||||
string file (reader.getAttribute("file") );
|
||||
|
||||
if (!file.empty()) {
|
||||
// initate a file read
|
||||
// initiate a file read
|
||||
reader.addFile(file.c_str(),this);
|
||||
}
|
||||
}
|
||||
@@ -318,7 +318,7 @@ void PropertyNormalList::Restore(Base::XMLReader &reader)
|
||||
std::string file (reader.getAttribute("file") );
|
||||
|
||||
if (!file.empty()) {
|
||||
// initate a file read
|
||||
// initiate a file read
|
||||
reader.addFile(file.c_str(),this);
|
||||
}
|
||||
}
|
||||
@@ -578,7 +578,7 @@ void PropertyCurvatureList::Restore(Base::XMLReader &reader)
|
||||
std::string file (reader.getAttribute("file") );
|
||||
|
||||
if (!file.empty()) {
|
||||
// initate a file read
|
||||
// initiate a file read
|
||||
reader.addFile(file.c_str(),this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user