You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/08/29 02:19:14 UTC

trafficserver git commit: TS-3874 clang-format

Repository: trafficserver
Updated Branches:
  refs/heads/master 2c8cd1199 -> db639c3d8


TS-3874 clang-format


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/db639c3d
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/db639c3d
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/db639c3d

Branch: refs/heads/master
Commit: db639c3d8110ec3ef1df406b4758f1a760081936
Parents: 2c8cd11
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Aug 28 18:19:08 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Aug 28 18:19:08 2015 -0600

----------------------------------------------------------------------
 plugins/header_rewrite/conditions.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/db639c3d/plugins/header_rewrite/conditions.cc
----------------------------------------------------------------------
diff --git a/plugins/header_rewrite/conditions.cc b/plugins/header_rewrite/conditions.cc
index 66378e4..0f22400 100644
--- a/plugins/header_rewrite/conditions.cc
+++ b/plugins/header_rewrite/conditions.cc
@@ -247,7 +247,7 @@ ConditionHeader::append_value(std::string &s, const Resources &res)
       TSDebug(PLUGIN_NAME, "Appending HEADER(%s) to evaluation value -> %.*s", _qualifier.c_str(), len, value);
       s.append(value, len);
       // multiple headers with the same name must be semantically the same as one value which is comma seperated
-      if (next_field_loc){
+      if (next_field_loc) {
         s.append(",");
       }
       TSHandleMLocRelease(bufp, hdr_loc, field_loc);