]> sigrok.org Git - pulseview.git/blobdiff - pv/storesession.hpp
Trace: Removed coloured_bg state
[pulseview.git] / pv / storesession.hpp
index 941ef3270b7f3fc890f76baec861bc57c3ae10af..f0c8de778d5723e957a7035f19f8bf21e66511f7 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef PULSEVIEW_PV_STORESESSION_HPP
 #define PULSEVIEW_PV_STORESESSION_HPP
 
-#include <cstdint>
 #include <atomic>
+#include <cstdint>
 #include <fstream>
 #include <map>
 #include <memory>
@@ -116,6 +116,6 @@ private:
        uint64_t start_sample_, sample_count_;
 };
 
-} // pv
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_STORESESSION_HPP