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