code style

This commit is contained in:
john30
2017-12-26 14:27:44 +01:00
parent 631f05ab3f
commit b0e20b7c7c
7 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -747,7 +747,7 @@ result_t Message::decodeLastData(bool leadingSeparator, const char* fieldName,
fieldIndex -= m_data->getCount(pt_masterData, fieldName);
if (fieldIndex < 0) {
skipSlaveData = true;
fieldIndex = 0;
fieldIndex = 0;
}
}
if (!skipSlaveData) {