diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-06-26 19:01:39 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-06-26 19:01:39 +0100 |
| commit | 63878b03c59cc5dfe03c3f5fa30512208b2087a1 (patch) | |
| tree | 888690ec3b061f3bc6ffc7054f84af94e0db5e81 /src/command_manager.cc | |
| parent | 047488a8dadc696dc8ba9c05955f375c3c75063b (diff) | |
Style fixes
Diffstat (limited to 'src/command_manager.cc')
| -rw-r--r-- | src/command_manager.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/command_manager.cc b/src/command_manager.cc index 682f7ed9..b01dea2b 100644 --- a/src/command_manager.cc +++ b/src/command_manager.cc @@ -260,8 +260,7 @@ TokenList parse(StringView line) String token = line.substr(token_start, pos - token_start); static const Regex regex{R"(\\([ \t;\n]))"}; result.emplace_back(Token::Type::Raw, token_start, pos, - boost::regex_replace(token, regex, - "\\1")); + boost::regex_replace(token, regex, "\\1")); } } |
