File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ namespace cond {
4545 retVal.since = std::get<0 >(*m_current);
4646 auto next = m_current;
4747 next++;
48- if (next== m_parent->m_array ->end ()){
49- retVal.till = cond::time::MAX_VAL;
48+ if (next == m_parent->m_array ->end ()) {
49+ retVal.till = cond::time::MAX_VAL;
5050 } else {
51- retVal.till = cond::time::tillTimeFromNextSince (std::get<0 >(*next), m_parent->m_tagInfo .timeType );
51+ retVal.till = cond::time::tillTimeFromNextSince (std::get<0 >(*next), m_parent->m_tagInfo .timeType );
5252 }
5353 // default is the end of validity when set...
54- if (retVal.till > m_parent->m_tagInfo .endOfValidity ){
55- retVal.till = m_parent->m_tagInfo .endOfValidity ;
54+ if (retVal.till > m_parent->m_tagInfo .endOfValidity ) {
55+ retVal.till = m_parent->m_tagInfo .endOfValidity ;
5656 }
5757 retVal.payloadId = std::get<1 >(*m_current);
5858
You can’t perform that action at this time.
0 commit comments