Reformat
This commit is contained in:
parent
b476ceaeef
commit
a479a43f4c
@ -46,7 +46,7 @@ class CQualifier(Enum):
|
||||
class CPointerType(Enum):
|
||||
NONE = ""
|
||||
SINGLE = "*"
|
||||
DOUBLE = "**"
|
||||
DOUBLE = "**"
|
||||
|
||||
def __str__(self) -> str:
|
||||
return self.value
|
||||
|
Loading…
x
Reference in New Issue
Block a user