From: Marcin Siodelski Date: Fri, 5 Jan 2018 20:49:20 +0000 (+0100) Subject: [5451] Removed spurious whitespace. X-Git-Tag: trac5457_base~4^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014206c5bdc0264947a6ca4fba642afd8ba06d56;p=thirdparty%2Fkea.git [5451] Removed spurious whitespace. --- diff --git a/src/lib/http/response_parser.cc b/src/lib/http/response_parser.cc index aa7fb720ac..127d3a0418 100644 --- a/src/lib/http/response_parser.cc +++ b/src/lib/http/response_parser.cc @@ -142,7 +142,7 @@ HttpResponseParser::defineStates() { defineState(EXPECTING_NEW_LINE2_ST, "EXPECTING_NEW_LINE2", boost::bind(&HttpResponseParser::expectingNewLineHandler, this, HEADER_LINE_START_ST)); - + defineState(EXPECTING_NEW_LINE3_ST, "EXPECTING_NEW_LINE3_ST", boost::bind(&HttpResponseParser::expectingNewLineHandler, this, HTTP_PARSE_OK_ST));