Repository: mesos
Updated Branches:
  refs/heads/master a22e2b206 -> 072ea2787


Reverted unintended edit to cpplint.py.

In 'bea8c3c9' we replaced '> >' with '>>' in C++ templates in a sweep
across the codebase. We also unintentionally modified a comment in
'cpplint.py' which was e.g., not reflected in its patch file and also
lead to no functional changes.

This patch reverts this modification to 'cpplint.py'.

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


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

Branch: refs/heads/master
Commit: 072ea2787ffca6f2a6dcb2d636f68c51823d6665
Parents: a22e2b2
Author: Benjamin Bannier <benjamin.bann...@mesosphere.io>
Authored: Tue Feb 20 10:12:22 2018 +0100
Committer: Benjamin Bannier <bbann...@apache.org>
Committed: Tue Feb 20 10:12:22 2018 +0100

----------------------------------------------------------------------
 support/cpplint.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/072ea278/support/cpplint.py
----------------------------------------------------------------------
diff --git a/support/cpplint.py b/support/cpplint.py
index d8f93cf..1e5d96f 100644
--- a/support/cpplint.py
+++ b/support/cpplint.py
@@ -1963,7 +1963,7 @@ class _NestingState(object):
     # Templates with class arguments may confuse the parser, for example:
     #   template <class T
     #             class Comparator = less<T>,
-    #             class Vector = vector<T>>
+    #             class Vector = vector<T> >
     #   class HeapQueue {
     #
     # Because this parser has no nesting state about templates, by the

Reply via email to