]> sigrok.org Git - pulseview.git/blobdiff - pv/storesession.cpp
Minor whitespace cosmetics.
[pulseview.git] / pv / storesession.cpp
index 309fa1b37062c8facf922bccbc5f433418cd23bb..5500292a8df777563b624a5365a241bd7e93978b 100644 (file)
@@ -202,7 +202,7 @@ void StoreSession::store_proc(shared_ptr<data::LogicSegment> segment)
        const int unit_size = segment->unit_size();
        assert(unit_size != 0);
 
-       // Qt needs the progress values to fit inside an int.  If they would
+       // Qt needs the progress values to fit inside an int. If they would
        // not, scale the current and max values down until they do.
        while ((sample_count_ >> progress_scale) > INT_MAX)
                progress_scale ++;