Whitespace cleanup
Change-Id: I93c65973679894bb8587da4b38b410d38036b8bd
This commit is contained in:
@@ -33,7 +33,7 @@ class LocalLookup : public StringLookup
|
||||
{
|
||||
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user