Typos and whitespace fixes
This commit is contained in:
@@ -146,7 +146,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);
|
||||
}
|
||||
}
|
||||
@@ -349,7 +349,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);
|
||||
}
|
||||
}
|
||||
@@ -606,7 +606,7 @@ void PropertyMeshKernel::Restore(Base::XMLReader &reader)
|
||||
hasSetValue();
|
||||
}
|
||||
else {
|
||||
// initate a file read
|
||||
// initiate a file read
|
||||
reader.addFile(file.c_str(),this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user