Skip to content

Commit

Permalink
SourceFormat Enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
Source Maintenance committed Apr 1, 2016
1 parent cde8f31 commit b729002
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/HttpHeaderTools.cc
Original file line number Diff line number Diff line change
Expand Up @@ -317,14 +317,14 @@ httpHdrMangleList(HttpHeader *l, HttpRequest *request, const AccessLogEntryPoint
HeaderWithAclList *headersAdd = nullptr;

switch (req_or_rep) {
case ROR_REQUEST:
hms = Config.request_header_access;
headersAdd = Config.request_header_add;
break;
case ROR_REPLY:
hms = Config.reply_header_access;
headersAdd = Config.reply_header_add;
break;
case ROR_REQUEST:
hms = Config.request_header_access;
headersAdd = Config.request_header_add;
break;
case ROR_REPLY:
hms = Config.reply_header_access;
headersAdd = Config.reply_header_add;
break;
}

if (hms) {
Expand Down
1 change: 0 additions & 1 deletion src/HttpHeaderTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ typedef enum {
ROR_REPLY
} req_or_rep_t;


// Currently a POD
class headerMangler
{
Expand Down

0 comments on commit b729002

Please sign in to comment.