]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/storeprogress.hpp
DecodeSignal: Re-set decoder metadata after stack termination
[pulseview.git] / pv / dialogs / storeprogress.hpp
index 48e1239dd033ba648a8caaa2f2280668f7e5cf56..c42566289f83e5e7ee4656a4f6f94b87e6c32f3a 100644 (file)
@@ -47,8 +47,7 @@ public:
                const shared_ptr<sigrok::OutputFormat> output_format,
                const map<string, Glib::VariantBase> &options,
                const pair<uint64_t, uint64_t> sample_range,
-               const Session &session,
-               QWidget *parent = nullptr);
+               const Session &session, QWidget *parent = nullptr);
 
        virtual ~StoreProgress();
 
@@ -66,7 +65,7 @@ private:
        pv::StoreSession session_;
 };
 
-} // dialogs
-} // pv
+}  // namespace dialogs
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP