]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/rowdata.hpp
rowdata.hpp: Minor indentation fixes.
[pulseview.git] / pv / data / decode / rowdata.hpp
index e763302ec41acb26548cc4b71be5a41f39c93505..ab109001bd96d72441f5f0bff45a150e9266d861 100644 (file)
@@ -36,11 +36,11 @@ using std::unordered_map;
 
 #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
 namespace std {
-  template<> struct hash<QString> {
-    std::size_t operator()(const QString& s) const noexcept {
-      return (size_t) qHash(s);
-    }
-  };
+       template<> struct hash<QString> {
+               std::size_t operator()(const QString& s) const noexcept {
+                       return (size_t) qHash(s);
+               }
+       };
 }
 #endif