Commit 6788e328 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Follow-up: fix a stupid memcheck_analyze indentation problem

TBR=glider
TEST=base_unittests go green on Valgrind bots
Review URL: http://codereview.chromium.org/8699007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111602 0039d316-1c4b-4281-b951-d872f2087c98
parent 38964b44
......@@ -587,7 +587,7 @@ class MemcheckAnalyzer:
logging.info("The following test errors were not handled: ")
for (name, count) in remaining_sanity_supp.iteritems():
logging.info(" * %dx %s" % (count, name))
retcode = -3
retcode = -3
if retcode != 0:
return retcode
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment