This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit b6635fb0de9eb67902e2476be15c0746c6d54ac7
Author: Benjamin Bannier <[email protected]>
AuthorDate: Sat Mar 2 22:17:44 2019 +0100

    Reverted untracked and unneeded cpplint modification.
    
    Review: https://reviews.apache.org/r/70097
---
 support/cpplint.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/cpplint.py b/support/cpplint.py
index b8b3b1a..d3e7aaf 100644
--- a/support/cpplint.py
+++ b/support/cpplint.py
@@ -4324,7 +4324,7 @@ def GetLineWidth(line):
           is_low_surrogate = 0xDC00 <= ord(uc) <= 0xDFFF
           if not is_wide_build and is_low_surrogate:
             width -= 1
-
+          
         width += 1
     return width
   else:

Reply via email to