Skip to content

Commit

Permalink
ndaroi: fix indentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Aug 18, 2021
1 parent 71d7a5a commit 8709040
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pdbApp/ndaroiRecord.cpp
Expand Up @@ -306,12 +306,12 @@ long readValue(ndaroiRecord *prec, ndaroidset *pdset)
// convert to new dimensions
convert(prec, new_dims);

/* Post events if dimensions changed */
FOREACH(ndaroiPvt::vecType::iterator, it, end, prec->rpvt->origDims) {
FOREACH(ndaroiPvt::mapType::iterator, it2, end2, *it) {
if (it2->second->val != *it2->second->fld)
db_post_events(prec, it2->second->fld, DBE_VALUE|DBE_ARCHIVE);
}
/* Post events if dimensions changed */
FOREACH(ndaroiPvt::vecType::iterator, it, end, prec->rpvt->origDims) {
FOREACH(ndaroiPvt::mapType::iterator, it2, end2, *it) {
if (it2->second->val != *it2->second->fld)
db_post_events(prec, it2->second->fld, DBE_VALUE|DBE_ARCHIVE);
}
}

if(oldID != prec->id) {
Expand Down

0 comments on commit 8709040

Please sign in to comment.