Remove trailing ";"
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
parent
f6758cb569
commit
c04e9e3065
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ class UpdateDefs(Thread):
|
|||
hash = db.hash.get(idx)
|
||||
filename = db.file.get(idx)
|
||||
|
||||
family = lib.getFileFamily(filename);
|
||||
family = lib.getFileFamily(filename)
|
||||
if family in [None, 'M']: continue
|
||||
|
||||
lines = scriptLines('parse-defs', hash, filename, family)
|
||||
|
|
|
|||
Loading…
Reference in a new issue