Repository: mesos
Updated Branches:
  refs/heads/master 4505b6599 -> 3af834941


Adding a missing newline to Framework Development Guide.

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


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

Branch: refs/heads/master
Commit: 3af83494112ae34e69393c785f2578afb278d9f3
Parents: 4505b65
Author: Artem Harutyunyan <[email protected]>
Authored: Wed Jul 8 17:30:41 2015 -0700
Committer: Timothy Chen <[email protected]>
Committed: Wed Jul 8 17:30:41 2015 -0700

----------------------------------------------------------------------
 docs/app-framework-development-guide.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3af83494/docs/app-framework-development-guide.md
----------------------------------------------------------------------
diff --git a/docs/app-framework-development-guide.md 
b/docs/app-framework-development-guide.md
index 0f7c7c7..17cfec2 100644
--- a/docs/app-framework-development-guide.md
+++ b/docs/app-framework-development-guide.md
@@ -15,6 +15,7 @@ You can write a framework scheduler in C, C++, Java/Scala, or 
Python. Your frame
 ### Scheduler API
 
 Declared in `MESOS_HOME/include/mesos/scheduler.hpp`
+
 ~~~{.cpp}
 /*
  * Empty virtual destructor (necessary to instantiate subclasses).

Reply via email to