Skip to content

Commit a45ba1d

Browse files
committed
Pep8 cleanup
Cherry-picked from the develop branch
1 parent b1eaf8e commit a45ba1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygccxml/binary_parsers/undname.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ def format_argtypes(self, argtypes, hint):
188188
# space will still exist
189189
argsep = ', '
190190
return argsep.join(
191-
map(lambda type_: \
192-
self.__format_type_as_undecorated(type_, True, hint), argtypes))
191+
map(lambda type_: self.__format_type_as_undecorated(
192+
type_, True, hint), argtypes))
193193

194194
def format_calldef(self, calldef, hint):
195195
calldef_type = calldef.function_type()

0 commit comments

Comments
 (0)