You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2015/09/17 01:47:20 UTC

mesos git commit: Fixed indentation in slave.cpp.

Repository: mesos
Updated Branches:
  refs/heads/master e1cd1bf92 -> 0e4019fff


Fixed indentation in slave.cpp.

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


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

Branch: refs/heads/master
Commit: 0e4019fff2f3e50f3df868a453ce01ddd98abe9b
Parents: e1cd1bf
Author: Guangya Liu <gy...@gmail.com>
Authored: Wed Sep 16 16:46:24 2015 -0700
Committer: Benjamin Mahler <bm...@twitter.com>
Committed: Wed Sep 16 16:46:24 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/0e4019ff/src/slave/slave.cpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.cpp b/src/slave/slave.cpp
index 44865bd..021786b 100644
--- a/src/slave/slave.cpp
+++ b/src/slave/slave.cpp
@@ -1476,7 +1476,7 @@ void Slave::_runTask(
           TASK_LOST,
           TaskStatus::SOURCE_SLAVE,
           UUID::random(),
-         "The checkpointed resources being used by the task are unknown to "
+          "The checkpointed resources being used by the task are unknown to "
           "the slave",
           TaskStatus::REASON_RESOURCES_UNKNOWN);