Fixes indentation error.
Review URL: https://codereview.appspot.com/7307077 git-svn-id: http://skia.googlecode.com/svn/trunk@7674 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
7325818e0b
commit
06ded2df87
@ -101,8 +101,8 @@ def OutputSkpBenchExpectations(rev_min, rev_max, representation_alg):
|
||||
platform = obj.name.split('/')[1][5:] # Removes "Skia_" prefix
|
||||
if not platform.startswith('Skia_'):
|
||||
platform = obj.name.split('/')[2][5:] # Removes "Skia_" prefix.
|
||||
if not platform.startswith('Skia_'):
|
||||
continue # Not an object with platform info.
|
||||
if not platform.startswith('Skia_'):
|
||||
continue # Not an object with platform info.
|
||||
if platform not in PLATFORMS:
|
||||
continue
|
||||
# Filters by revision.
|
||||
|
Loading…
Reference in New Issue
Block a user