You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2016/08/02 21:07:04 UTC

mesos git commit: Minor white space fix.

Repository: mesos
Updated Branches:
  refs/heads/master 069c64062 -> a3fffcd70


Minor white space fix.


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

Branch: refs/heads/master
Commit: a3fffcd70adc509c82c9b210f13aeb9f12e42ab8
Parents: 069c640
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Tue Aug 2 14:06:37 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Tue Aug 2 14:06:57 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a3fffcd7/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index 590e169..8c74d0b 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -1956,7 +1956,7 @@ message ContainerStatus {
   // Information about Linux control group (cgroup).
   optional CgroupInfo cgroup_info = 2;
 
-  //Information about Executor PID.
+  // Information about Executor PID.
   optional uint32 executor_pid = 3;
 }