Title: [173902] trunk/Tools
Revision
173902
Author
roger_f...@apple.com
Date
2014-09-23 17:16:25 -0700 (Tue, 23 Sep 2014)

Log Message

Unreviewed. Fix for r173899, those tabs should be spaces.
* Scripts/webkitpy/port/driver.py:
(Driver._command_from_driver_input):
(Driver): Deleted.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (173901 => 173902)


--- trunk/Tools/ChangeLog	2014-09-24 00:08:40 UTC (rev 173901)
+++ trunk/Tools/ChangeLog	2014-09-24 00:16:25 UTC (rev 173902)
@@ -1,5 +1,13 @@
 2014-09-23  Roger Fong  <roger_f...@apple.com>
 
+        Unreviewed. Fix for r173899, those tabs should be spaces.
+
+        * Scripts/webkitpy/port/driver.py:
+        (Driver._command_from_driver_input):
+        (Driver): Deleted.
+
+2014-09-23  Roger Fong  <roger_f...@apple.com>
+
         [Windows] Add some logging to debug a problem with the Windows bots that causes layout tests to exit early.
 
         * Scripts/webkitpy/port/driver.py:

Modified: trunk/Tools/Scripts/webkitpy/port/driver.py (173901 => 173902)


--- trunk/Tools/Scripts/webkitpy/port/driver.py	2014-09-24 00:08:40 UTC (rev 173901)
+++ trunk/Tools/Scripts/webkitpy/port/driver.py	2014-09-24 00:16:25 UTC (rev 173902)
@@ -392,7 +392,7 @@
         else:
             command = self._port.abspath_for_test(driver_input.test_name)
             if sys.platform == 'cygwin':
-				_log.error("Command for cygpath: %s" % command)
+                _log.error("Command for cygpath: %s" % command)
                 command = path.cygpath(command)
 
         assert not driver_input.image_hash or driver_input.should_run_pixel_test
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to