Fixed an indentation error in `src/master/master.cpp`.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5e94f3cf Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5e94f3cf Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5e94f3cf Branch: refs/heads/master Commit: 5e94f3cfac4cadb1c192a7d3d428b28c556fec93 Parents: 80a2e24 Author: Michael Park <[email protected]> Authored: Sat Mar 4 10:48:14 2017 -0800 Committer: Michael Park <[email protected]> Committed: Sat Mar 4 10:55:33 2017 -0800 ---------------------------------------------------------------------- src/master/master.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/5e94f3cf/src/master/master.cpp ---------------------------------------------------------------------- diff --git a/src/master/master.cpp b/src/master/master.cpp index c2cebd1..a15c6d8 100644 --- a/src/master/master.cpp +++ b/src/master/master.cpp @@ -5168,7 +5168,7 @@ void Master::acknowledge( if (protobuf::isTerminalState(task->status_update_state()) && UUID::fromBytes(task->status_update_uuid()).get() == uuid) { removeTask(task); - } + } } StatusUpdateAcknowledgementMessage message;
