aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-27 07:51:46 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-27 07:51:46 +0100
commit756b1fd183ab96edd0f330fcc2b411f6e71577f1 (patch)
tree7314e88a29eaa3d72bb18662c37ed68dd7eda17b /pyGHDL/libghdl
parent1e6bc1de7196b5b9d9aa771124632f46f620be1a (diff)
downloadghdl-756b1fd183ab96edd0f330fcc2b411f6e71577f1.tar.gz
ghdl-756b1fd183ab96edd0f330fcc2b411f6e71577f1.tar.bz2
ghdl-756b1fd183ab96edd0f330fcc2b411f6e71577f1.zip
pyGHDL: reformatting
Diffstat (limited to 'pyGHDL/libghdl')
-rw-r--r--pyGHDL/libghdl/vhdl/prints.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyGHDL/libghdl/vhdl/prints.py b/pyGHDL/libghdl/vhdl/prints.py
index 5e7559fea..d5f976536 100644
--- a/pyGHDL/libghdl/vhdl/prints.py
+++ b/pyGHDL/libghdl/vhdl/prints.py
@@ -65,7 +65,7 @@ def Allocate_Handle() -> c_void_p:
@export
@BindToLibGHDL("vhdl__prints__get_length")
-def Get_Length(Handle : c_void_p) -> int:
+def Get_Length(Handle: c_void_p) -> int:
"""
.. todo:: Undocumented in Ada code.
@@ -76,7 +76,7 @@ def Get_Length(Handle : c_void_p) -> int:
@export
@BindToLibGHDL("vhdl__prints__get_c_string")
-def Get_C_String(Handle : c_void_p) -> c_char_p:
+def Get_C_String(Handle: c_void_p) -> c_char_p:
"""
.. todo:: Undocumented in Ada code.
@@ -87,7 +87,7 @@ def Get_C_String(Handle : c_void_p) -> c_char_p:
@export
@BindToLibGHDL("vhdl__prints__free_handle")
-def Free_Handle(Handle : c_void_p) -> None:
+def Free_Handle(Handle: c_void_p) -> None:
"""
.. todo:: Undocumented in Ada code.