]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5451] Removed spurious whitespace.
authorMarcin Siodelski <marcin@isc.org>
Fri, 5 Jan 2018 20:49:20 +0000 (21:49 +0100)
committerMarcin Siodelski <marcin@isc.org>
Fri, 5 Jan 2018 20:49:20 +0000 (21:49 +0100)
src/lib/http/response_parser.cc

index aa7fb720ac28872eee2e730800f6c04bd763f8fc..127d3a04187fc0d3ed2c75aa5b21f00189144527 100644 (file)
@@ -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));