removed spaces at end of line

This commit is contained in:
2020-04-15 13:12:34 +02:00
parent 8f21ac8b9d
commit 9f794721ab
19 changed files with 114 additions and 114 deletions

View File

@@ -363,7 +363,7 @@ void PvaClientData::parse(const std::vector<std::string> &args)
if(field.size()==std::string::npos) {
parse(rest,pvStructure,bitSet);
continue;
}
}
PVFieldPtr pvField(pvStructure->getSubField(field));
if(!pvField) throw std::runtime_error(messagePrefix + field +" does not exist");
// look for enumerated structure
@@ -428,7 +428,7 @@ const PVFieldPtrArray pvFields(pvStructure->getPVFields());
{
PVStructurePtr pvStructure = static_pointer_cast<PVStructure>(pvField);
zeroArrayLength(pvStructure);
}
}
break;
default:
break;