summaryrefslogtreecommitdiff
path: root/src/units.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-11-14 00:12:15 +0000
committerMaxime Coste <frrrwww@gmail.com>2013-11-14 00:12:15 +0000
commit04ae48c346d0c2c6d6bcd4bbb7f6ff0ab88c1bd8 (patch)
tree31609f0e6d9159f0e0c1c416e392f380c51a67e0 /src/units.hh
parent9679b17b16fb971de2e048a1abf2d63fe83ad3ee (diff)
indent cleanup, correct erroneous 3 spaces indent
Diffstat (limited to 'src/units.hh')
-rw-r--r--src/units.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/units.hh b/src/units.hh
index 99e2db45..430971e8 100644
--- a/src/units.hh
+++ b/src/units.hh
@@ -85,7 +85,7 @@ public:
explicit constexpr operator ValueType() const { return m_value; }
explicit constexpr operator bool() const { return m_value; }
private:
- ValueType m_value;
+ ValueType m_value;
};
struct LineCount : public StronglyTypedNumber<LineCount, int>