Explorar o código

utils/genrandconfig: remove spurious semicolon

From flake8:
utils/genrandconfig:429:21: E703 statement ends with a semicolon
1     E703 statement ends with a semicolon

Fixes: d3e029575c29cad2ba40cce7bf4270a28b83870e

Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit 1fc299ad6a97f8f827ec423b00db7ac0cd73fdfa)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Arnout Vandecappelle %!s(int64=2) %!d(string=hai) anos
pai
achega
a4bfdee1e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/genrandconfig

+ 1 - 1
utils/genrandconfig

@@ -432,7 +432,7 @@ def fixup_config(sysinfo, configfile):
 
     if 'BR2_TARGET_ARM_TRUSTED_FIRMWARE=y\n' in configlines and \
        'BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM=""\n' in configlines:
-        return False;
+        return False
 
     if 'BR2_TARGET_ARM_TRUSTED_FIRMWARE=y\n' in configlines and \
        'BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y\n' in configlines and \