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 2016/02/09 20:00:57 UTC

[2/6] mesos git commit: Removed extra blank line.

Removed extra blank line.

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


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

Branch: refs/heads/master
Commit: 6b0a304b538ed3f8daac1038f27945720ae9548a
Parents: 45c46f1
Author: Alexander Rukletsov <ru...@gmail.com>
Authored: Tue Feb 9 19:03:12 2016 +0100
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Tue Feb 9 20:00:42 2016 +0100

----------------------------------------------------------------------
 src/master/quota.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6b0a304b/src/master/quota.cpp
----------------------------------------------------------------------
diff --git a/src/master/quota.cpp b/src/master/quota.cpp
index e7ce0f1..bec6bd9 100644
--- a/src/master/quota.cpp
+++ b/src/master/quota.cpp
@@ -94,7 +94,6 @@ Try<QuotaInfo> createQuotaInfo(const QuotaRequest& request)
 Try<QuotaInfo> createQuotaInfo(
     const string& role,
     const RepeatedPtrField<Resource>& resources)
-
 {
   QuotaInfo quota;