Title: [147634] trunk/Tools
Revision
147634
Author
[email protected]
Date
2013-04-04 08:53:14 -0700 (Thu, 04 Apr 2013)

Log Message

Indentation fix to get webkit-patch working again after r147625

Unreviewed.

* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(MacEWS):
(MacWK2EWS):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147633 => 147634)


--- trunk/Tools/ChangeLog	2013-04-04 15:32:30 UTC (rev 147633)
+++ trunk/Tools/ChangeLog	2013-04-04 15:53:14 UTC (rev 147634)
@@ -1,3 +1,13 @@
+2013-04-04  Pierre Rossi  <[email protected]>
+
+        Indentation fix to get webkit-patch working again after r147625
+
+        Unreviewed.
+
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+        (MacEWS):
+        (MacWK2EWS):
+
 2013-04-04  Lucas Forschler  <[email protected]>
 
         Turn tests back on for Mac WK1/WK2 EWS.

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py (147633 => 147634)


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-04-04 15:32:30 UTC (rev 147633)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-04-04 15:53:14 UTC (rev 147634)
@@ -212,7 +212,7 @@
 class MacEWS(AbstractEarlyWarningSystem):
     name = "mac-ews"
     port_name = "mac"
-	_default_run_tests = True
+    _default_run_tests = True
     watchers = AbstractEarlyWarningSystem.watchers + [
         "[email protected]",
     ]
@@ -221,7 +221,7 @@
 class MacWK2EWS(AbstractEarlyWarningSystem):
     name = "mac-wk2-ews"
     port_name = "mac-wk2"
-	_default_run_tests = True
+    _default_run_tests = True
     watchers = AbstractEarlyWarningSystem.watchers + [
         "[email protected]",
     ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to