]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/sweeptimingwidget.cpp
Update property widgets before showing device config popup
[pulseview.git] / pv / widgets / sweeptimingwidget.cpp
index d768620248003b14662a82d3f4dbde0ae5ba04a2..b4943225dd8d44ddae54fad59b7231e70a8c6e3f 100644 (file)
@@ -19,9 +19,9 @@
 
 #include "sweeptimingwidget.hpp"
 
+#include <cassert>
 #include <cstdlib>
 #include <vector>
-#include <cassert>
 
 #include <extdef.h>
 
@@ -174,5 +174,5 @@ void SweepTimingWidget::set_value(uint64_t value)
        list_.setCurrentIndex(best_match);
 }
 
-} // widgets
-} // pv
+}  // namespace widgets
+}  // namespace pv