commit | a8a89d1961998a0dffbafbec3de90774933ca515 | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Fri Dec 30 18:10:37 2016 -0600 |
committer | Dees Troy <dees_troy@teamw.in> | Wed Jan 18 17:41:17 2017 +0100 |
tree | b3fab0d1413ebcdb49e77919f6196bf0c5a6a67c | |
parent | 55f2bdac06e05166a261958296707407649361bb [diff] [blame] |
Whitespace cleanup Change-Id: I93c65973679894bb8587da4b38b410d38036b8bd
diff --git a/gui/twmsg.cpp b/gui/twmsg.cpp index 57f1922..ebd6fc3 100644 --- a/gui/twmsg.cpp +++ b/gui/twmsg.cpp
@@ -33,7 +33,7 @@ { const std::vector<std::string>& vars; const StringLookup& next; - public: +public: LocalLookup(const std::vector<std::string>& vars, const StringLookup& next) : vars(vars), next(next) {} virtual std::string operator()(const std::string& name) const {