]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/decoder.hpp
Replaced NULL with nullptr
[pulseview.git] / pv / data / decode / decoder.hpp
index fbe59059cf6190167d8cc0333c27e01008e094eb..3f0f462ba4412b30f0ade603bbc5e160d07969e9 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_DATA_DECODE_DECODER_H
-#define PULSEVIEW_PV_DATA_DECODE_DECODER_H
+#ifndef PULSEVIEW_PV_DATA_DECODE_DECODER_HPP
+#define PULSEVIEW_PV_DATA_DECODE_DECODER_HPP
 
 #include <map>
 #include <memory>
@@ -70,7 +70,7 @@ public:
        srd_decoder_inst* create_decoder_inst(
                srd_session *session, int unit_size) const;
 
-       std::set< std::shared_ptr<pv::data::Logic> > get_data();        
+       std::set< std::shared_ptr<pv::data::Logic> > get_data();
 
 private:
        const srd_decoder *const decoder_;
@@ -86,4 +86,4 @@ private:
 } // namespace data
 } // namespace pv
 
-#endif // PULSEVIEW_PV_DATA_DECODE_DECODER_H
+#endif // PULSEVIEW_PV_DATA_DECODE_DECODER_HPP