Index: third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py |
index 99d5cb33be95396b7bc717fa7a64b5cc21dcf810..ebd8a4d30bb8ea615a4956346ba2a95376579ade 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py |
@@ -107,7 +107,7 @@ class DefaultStyleErrorHandler(object): |
def _add_reportable_error(self, category): |
"""Increment the error count and return the new category total.""" |
- self._increment_error_count() # Increment the total. |
+ self._increment_error_count() # Increment the total. |
# Increment the category total. |
if not category in self._category_totals: |