From: Uwe Hermann Date: Mon, 11 May 2020 20:17:41 +0000 (+0200) Subject: rowdata.hpp: Minor indentation fixes. X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=39debd2f895c23ff5da216781d111932b925629e rowdata.hpp: Minor indentation fixes. --- diff --git a/pv/data/decode/rowdata.hpp b/pv/data/decode/rowdata.hpp index e763302e..ab109001 100644 --- a/pv/data/decode/rowdata.hpp +++ b/pv/data/decode/rowdata.hpp @@ -36,11 +36,11 @@ using std::unordered_map; #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) namespace std { - template<> struct hash { - std::size_t operator()(const QString& s) const noexcept { - return (size_t) qHash(s); - } - }; + template<> struct hash { + std::size_t operator()(const QString& s) const noexcept { + return (size_t) qHash(s); + } + }; } #endif