Repository: mesos
Updated Branches:
  refs/heads/master 0f25c7b94 -> 0104e7349


Added a missing blank line in "slave/http.cpp".

Review: https://reviews.apache.org/r/47116/


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

Branch: refs/heads/master
Commit: 860e4a1bcc6dc0eedda67aff4977499ff295c1f3
Parents: 0f25c7b
Author: Jan Schlicht <j...@mesosphere.io>
Authored: Mon May 9 15:18:13 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon May 9 15:18:13 2016 +0200

----------------------------------------------------------------------
 src/slave/http.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/860e4a1b/src/slave/http.cpp
----------------------------------------------------------------------
diff --git a/src/slave/http.cpp b/src/slave/http.cpp
index 9b55886..000c65e 100644
--- a/src/slave/http.cpp
+++ b/src/slave/http.cpp
@@ -372,6 +372,7 @@ Future<Response> Slave::Http::flags(
         }));
 }
 
+
 Future<Response> Slave::Http::_flags(
   const Request& request,
   const Flags& slaveFlags)

Reply via email to