Remove space

This commit is contained in:
Christian Semmler 2024-03-09 13:06:09 -05:00
parent 556b16201e
commit 66607dfafa

View File

@ -141,7 +141,6 @@ MxResult LegoPartPresenter::Read(MxDSChunk& p_chunk)
}
for (i = 0; i < numROIs; i++) {
if (storage.Read(&roiNameLength, sizeof(roiNameLength)) != SUCCESS) {
goto done;
}