Fixes indentation error.
authorbensong@google.com <bensong@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 8 Feb 2013 18:53:24 +0000 (18:53 +0000)
committerbensong@google.com <bensong@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 8 Feb 2013 18:53:24 +0000 (18:53 +0000)
Review URL: https://codereview.appspot.com/7307077

git-svn-id: http://skia.googlecode.com/svn/trunk@7674 2bbb7eff-a529-9590-31e7-b0007b416f81

bench/gen_skp_ranges.py

index f138ee9ef2bfbd43be7bf7b496c302da6fc36960..9c42f1056fbd7a1e6cd2d5f860d6fba3f1c7751d 100755 (executable)
@@ -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.