]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decodesignal.cpp
Introduce views::trace::RowData and everything that comes with it
[pulseview.git] / pv / data / decodesignal.cpp
index 3071a5c1d1c3628d6a96933dcec6e6f24b021c14..2e9e38b842718f5d5c43e56df8d88525b1cf8461 100644 (file)
@@ -510,8 +510,7 @@ void DecodeSignal::get_annotation_subset(
                return;
 
        const DecodeSegment *segment = &(segments_.at(segment_id));
                return;
 
        const DecodeSegment *segment = &(segments_.at(segment_id));
-       const map<const decode::Row, decode::RowData> *rows =
-               &(segment->annotation_rows);
+       const map<const decode::Row, decode::RowData> *rows = &(segment->annotation_rows);
 
        const auto iter = rows->find(row);
        if (iter != rows->end())
 
        const auto iter = rows->find(row);
        if (iter != rows->end())