support/scripts/pkg-stats: fix flake8 E117 warning
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Mar 2020 13:26:31 +0000 (14:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Mar 2020 14:27:57 +0000 (15:27 +0100)
Fixes:

  support/scripts/pkg-stats:146:17: E117 over-indented

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/scripts/pkg-stats

index 93035495adcb533da54c4af5119f6502ff70f4cd..039a1937b9a98c55cb674954166e8340a2a3b30b 100755 (executable)
@@ -143,7 +143,7 @@ class Package:
             if self.infras[0][1] == 'virtual':
                 return False
         except IndexError:
-                return False
+            return False
         return True
 
     def set_infra(self):