Part: remove trailing whitespace
This commit is contained in:
@@ -109,7 +109,7 @@ void PropertyGeometryList::set1Value(int idx, std::unique_ptr<Geometry> &&lValue
|
||||
if(idx>=(int)_lValueList.size())
|
||||
throw Base::IndexError("Index out of bound");
|
||||
aboutToSetValue();
|
||||
if(idx < 0)
|
||||
if(idx < 0)
|
||||
_lValueList.push_back(lValue.release());
|
||||
else {
|
||||
delete _lValueList[idx];
|
||||
|
||||
Reference in New Issue
Block a user