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

Unified Diff: chrome/test/pyautolib/pyauto.py

Issue 10387189: Fixing identation in pyauto.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyauto.py
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
index 184e1cfdd72e53c25d087ba911a0f18d7336a344..45c97c35022cdb8181ca029ea48bf43d3b0bc1e0 100755
--- a/chrome/test/pyautolib/pyauto.py
+++ b/chrome/test/pyautolib/pyauto.py
@@ -4027,11 +4027,11 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
expect_retval='complete')
def SimulateAsanMemoryBug(self):
- """Simulates a memory bug for Address Sanitizer to catch.
+ """Simulates a memory bug for Address Sanitizer to catch.
- Address Sanitizer (if it was built it) will catch the bug and abort
- the process.
- """
+ Address Sanitizer (if it was built it) will catch the bug and abort
+ the process.
+ """
cmd_dict = { 'command': 'SimulateAsanMemoryBug' }
self._GetResultFromJSONRequest(cmd_dict, windex=None)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698