]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu_map: sync_qemu_i386.py: Remove superfluous semicolon
authorTim Wiederhake <twiederh@redhat.com>
Wed, 9 Jun 2021 11:04:29 +0000 (13:04 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 9 Jun 2021 11:15:42 +0000 (13:15 +0200)
The semicolon in question makes the pipeline fail over a style checker
complaint.

Introduced-in: 360b8eb2d2cb1b6a8c9a78fa2c5be31dd7c74487
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/cpu_map/sync_qemu_i386.py

index fbf1edf5d0b1beacab0224d56e81b3e36fe3350c..92bb58f75ba53fc9070a5cc2f306eebc2968bdef 100755 (executable)
@@ -209,7 +209,7 @@ def read_builtin_x86_defs(filename):
                 raise RuntimeError("begin mark not found")
             match = begin_mark.match(line)
             if match:
-                break;
+                break
             match = shorthand.match(line)
             if match:
                 # TCG definitions are irrelevant for cpu models