From a8a89d1961998a0dffbafbec3de90774933ca515 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Fri, 30 Dec 2016 18:10:37 -0600 Subject: Whitespace cleanup Change-Id: I93c65973679894bb8587da4b38b410d38036b8bd --- gui/twmsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/twmsg.cpp') diff --git a/gui/twmsg.cpp b/gui/twmsg.cpp index 57f192234..ebd6fc313 100644 --- a/gui/twmsg.cpp +++ b/gui/twmsg.cpp @@ -33,7 +33,7 @@ class LocalLookup : public StringLookup { const std::vector& vars; const StringLookup& next; - public: +public: LocalLookup(const std::vector& vars, const StringLookup& next) : vars(vars), next(next) {} virtual std::string operator()(const std::string& name) const { -- cgit v1.2.3