From: Adam Dickmeiss Date: Thu, 27 Jun 2013 11:31:46 +0000 (+0200) Subject: Reformat a bit X-Git-Tag: v1.3.59~38 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=bec25ede71e21b5905c696590da2dad757941411;p=metaproxy-moved-to-github.git Reformat a bit --- diff --git a/src/filter_http_rewrite.cpp b/src/filter_http_rewrite.cpp index 8c7b960..492d97a 100644 --- a/src/filter_http_rewrite.cpp +++ b/src/filter_http_rewrite.cpp @@ -46,7 +46,7 @@ namespace metaproxy_1 { const std::string search_replace( std::map & vars, const std::string & txt) const; - std::string sub_vars ( + std::string sub_vars( const std::map & vars) const; void parse_groups(); }; @@ -499,8 +499,8 @@ void yf::HttpRewrite::Replace::parse_groups() regex = res; } -std::string yf::HttpRewrite::Replace::sub_vars ( - const std::map & vars) const +std::string yf::HttpRewrite::Replace::sub_vars( + const std::map & vars) const { std::string out; bool esc = false;