From a3255c69df60fee697e1ee546052a8abe86fb4ff Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 23 Aug 2021 21:20:25 +0200 Subject: black: rerun, to pick pyproject settings --- pyGHDL/libghdl/files_map_editor.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pyGHDL/libghdl/files_map_editor.py') diff --git a/pyGHDL/libghdl/files_map_editor.py b/pyGHDL/libghdl/files_map_editor.py index 996db5931..9afd46bdc 100644 --- a/pyGHDL/libghdl/files_map_editor.py +++ b/pyGHDL/libghdl/files_map_editor.py @@ -113,9 +113,7 @@ def Fill_Text(File: SourceFileEntry, Text_Pointer, Text_Length: int) -> None: @export # @BindToLibGHDL("files_map__editor__check_buffer_content") -def Check_Buffer_Content( - File: SourceFileEntry, String_Pointer: c_char_p, String_Length: c_uint32 -) -> None: +def Check_Buffer_Content(File: SourceFileEntry, String_Pointer: c_char_p, String_Length: c_uint32) -> None: """ Check that content of :obj:`File` is STR[1 .. STR_LEN]. -- cgit v1.2.3