mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
gdb: re-format Python code with black 23
Change-Id: I849d10d69c254342bf01e955ffe62a2b60f9de4b
This commit is contained in:
@@ -918,8 +918,11 @@ Return true if the typedef record needs to be replaced.".
|
||||
Return 0 by default""",
|
||||
type="bool",
|
||||
name="dwarf2_omit_typedef_p",
|
||||
params=[("struct type *", "target_type"), ("const char *", "producer"),
|
||||
("const char *", "name")],
|
||||
params=[
|
||||
("struct type *", "target_type"),
|
||||
("const char *", "producer"),
|
||||
("const char *", "name"),
|
||||
],
|
||||
predefault="default_dwarf2_omit_typedef_p",
|
||||
invalid=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user