You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2017/03/13 18:04:07 UTC

mesos git commit: Fixed indentation in process.cpp.

Repository: mesos
Updated Branches:
  refs/heads/master a52dfcb82 -> 321474aa0


Fixed indentation in process.cpp.


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

Branch: refs/heads/master
Commit: 321474aa0d6af8929f6e8bceaccc49705b1616b5
Parents: a52dfcb
Author: Anand Mazumdar <an...@apache.org>
Authored: Mon Mar 13 11:01:33 2017 -0700
Committer: Anand Mazumdar <an...@apache.org>
Committed: Mon Mar 13 11:03:05 2017 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/src/process.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/321474aa/3rdparty/libprocess/src/process.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/process.cpp b/3rdparty/libprocess/src/process.cpp
index 9eb7fe3..f6ee24e 100644
--- a/3rdparty/libprocess/src/process.cpp
+++ b/3rdparty/libprocess/src/process.cpp
@@ -3861,7 +3861,7 @@ Future<Response> ProcessBase::_visit(
 
         // Sequence the authorization future to ensure the handlers
         // are invoked in the same order that requests arrive.
-          authorization = handlers.httpSequence->add<bool>(
+        authorization = handlers.httpSequence->add<bool>(
             [authorization]() { return authorization; });
       } else {
         authorization = handlers.httpSequence->add<bool>(