Repository: mesos
Updated Branches:
  refs/heads/master a345c2a65 -> c85c123a0


Fixed indentation in a test header.

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


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

Branch: refs/heads/master
Commit: c85c123a08444e9c066629552542e85cb26b229c
Parents: a345c2a
Author: Greg Mann <g...@mesosphere.io>
Authored: Fri Dec 8 08:48:35 2017 -0800
Committer: Greg Mann <gregorywm...@gmail.com>
Committed: Fri Dec 8 08:49:14 2017 -0800

----------------------------------------------------------------------
 src/tests/mesos.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c85c123a/src/tests/mesos.hpp
----------------------------------------------------------------------
diff --git a/src/tests/mesos.hpp b/src/tests/mesos.hpp
index 9506889..320e975 100644
--- a/src/tests/mesos.hpp
+++ b/src/tests/mesos.hpp
@@ -2477,9 +2477,9 @@ public:
           break;
         case Event::UPDATE:
           update(mesos, event.update());
-        break;
-      case Event::OFFER_OPERATION_UPDATE:
-        offerOperationUpdate(mesos, event.offer_operation_update());
+          break;
+        case Event::OFFER_OPERATION_UPDATE:
+          offerOperationUpdate(mesos, event.offer_operation_update());
           break;
         case Event::MESSAGE:
           message(mesos, event.message());

Reply via email to