You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/03/31 20:30:02 UTC

mesos git commit: Fixed a formatting issue in executor.proto.

Repository: mesos
Updated Branches:
  refs/heads/master 86ab7c249 -> e1bc3d247


Fixed a formatting issue in executor.proto.


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

Branch: refs/heads/master
Commit: e1bc3d2470214f8b67bcc0050abc535014bcdbc5
Parents: 86ab7c2
Author: Jie Yu <yu...@gmail.com>
Authored: Fri Mar 31 13:29:55 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Fri Mar 31 13:29:55 2017 -0700

----------------------------------------------------------------------
 include/mesos/executor/executor.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e1bc3d24/include/mesos/executor/executor.proto
----------------------------------------------------------------------
diff --git a/include/mesos/executor/executor.proto b/include/mesos/executor/executor.proto
index d24f32b..1b5fa5d 100644
--- a/include/mesos/executor/executor.proto
+++ b/include/mesos/executor/executor.proto
@@ -155,7 +155,7 @@ message Event {
  * Like Event, a Call is described using the standard protocol buffer
  * "union" trick (see above).
  */
- message Call {
+message Call {
   // Possible call types, followed by message definitions if
   // applicable.
   enum Type {