Skip to content

Commit c603ed2

Browse files
committed
Fix a Python formatting issue.
1 parent 7ffb50a commit c603ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@ def get_canonical(self):
25932593
"""
25942594
return Type.from_result(conf.lib.clang_getCanonicalType(self), (self,))
25952595

2596-
def get_fully_qualified_name(self, policy, with_global_ns_prefix = False):
2596+
def get_fully_qualified_name(self, policy, with_global_ns_prefix=False):
25972597
"""
25982598
Get the fully qualified name for a type.
25992599

0 commit comments

Comments
 (0)