Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1133)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py

Issue 1839193004: Run auto-formatter (autopep8) on webkitpy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py
index 114765875dafbd967d2b0cd1b5adc03996012a9e..c85d9e61540358162b1efb9269a12ffb26634b45 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/text.py
@@ -31,6 +31,7 @@
from common import TabChecker
+
class TextChecker(object):
"""Processes text lines for checking style."""
@@ -48,4 +49,3 @@ class TextChecker(object):
def process_file_data(filename, lines, error):
checker = TextChecker(filename, error)
checker.check(lines)
-

Powered by Google App Engine
This is Rietveld 408576698