Fixed trailing whitespace in libprocess.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/eea12a68 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/eea12a68 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/eea12a68 Branch: refs/heads/master Commit: eea12a6820a4942243c6e62bc4fd862b2044002a Parents: 7095fc3 Author: Vinod Kone <[email protected]> Authored: Wed Sep 10 21:23:56 2014 -0700 Committer: Vinod Kone <[email protected]> Committed: Wed Sep 10 21:24:15 2014 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/src/httpd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/eea12a68/3rdparty/libprocess/src/httpd.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/httpd.cpp b/3rdparty/libprocess/src/httpd.cpp index 4f4ab1b..eab3aa5 100644 --- a/3rdparty/libprocess/src/httpd.cpp +++ b/3rdparty/libprocess/src/httpd.cpp @@ -92,7 +92,7 @@ public: parser.on_message_complete = NULL; http_parser_execute(&parser, raw.c_str(), raw.length()); - + if (http_parser_has_error(&parser)) { //cerr << "parser error" << endl; abort();
