]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/rowdata.cpp
Whitespace fix
[pulseview.git] / pv / data / decode / rowdata.cpp
index e7d82fd72c5a77713980f1f7e6c69b714a4c59cb..c8d68df6cb317a1bcdefd778bee970bf4b1f0e29 100644 (file)
@@ -41,7 +41,7 @@ void RowData::get_annotation_subset(
        vector<pv::data::decode::Annotation> &dest,
        uint64_t start_sample, uint64_t end_sample) const
 {
-       for (const auto & annotation : annotations_)
+       for (const auto& annotation : annotations_)
                if (annotation.end_sample() > start_sample &&
                        annotation.start_sample() <= end_sample)
                        dest.push_back(annotation);