Repository: mesos
Updated Branches:
  refs/heads/master bd929e645 -> 593dcbbca


Fixed include sections style.

Updates incorrectly formatted mesos include sections.
Includes should be partioned into sections by subfolders.

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


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

Branch: refs/heads/master
Commit: 845fdd3c0c344580ca159363970119f2e8399fd7
Parents: bd929e6
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Thu May 5 17:52:25 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu May 5 17:56:42 2016 +0200

----------------------------------------------------------------------
 src/authorizer/local/authorizer.cpp                      | 1 +
 src/master/validation.hpp                                | 1 +
 src/slave/containerizer/mesos/provisioner/appc/cache.hpp | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/845fdd3c/src/authorizer/local/authorizer.cpp
----------------------------------------------------------------------
diff --git a/src/authorizer/local/authorizer.cpp 
b/src/authorizer/local/authorizer.cpp
index e59c112..3956096 100644
--- a/src/authorizer/local/authorizer.cpp
+++ b/src/authorizer/local/authorizer.cpp
@@ -20,6 +20,7 @@
 #include <vector>
 
 #include <mesos/mesos.hpp>
+
 #include <mesos/authorizer/acls.hpp>
 
 #include <process/dispatch.hpp>

http://git-wip-us.apache.org/repos/asf/mesos/blob/845fdd3c/src/master/validation.hpp
----------------------------------------------------------------------
diff --git a/src/master/validation.hpp b/src/master/validation.hpp
index 7fa1b89..f29f975 100644
--- a/src/master/validation.hpp
+++ b/src/master/validation.hpp
@@ -21,6 +21,7 @@
 
 #include <mesos/mesos.hpp>
 #include <mesos/resources.hpp>
+
 #include <mesos/scheduler/scheduler.hpp>
 
 #include <stout/error.hpp>

http://git-wip-us.apache.org/repos/asf/mesos/blob/845fdd3c/src/slave/containerizer/mesos/provisioner/appc/cache.hpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/provisioner/appc/cache.hpp 
b/src/slave/containerizer/mesos/provisioner/appc/cache.hpp
index 7f888cc..1e10dc6 100644
--- a/src/slave/containerizer/mesos/provisioner/appc/cache.hpp
+++ b/src/slave/containerizer/mesos/provisioner/appc/cache.hpp
@@ -25,6 +25,7 @@
 #include <stout/hashmap.hpp>
 
 #include <mesos/mesos.hpp>
+
 #include <mesos/appc/spec.hpp>
 
 namespace mesos {

Reply via email to