From 4abeb0683159cdc4482a7f491340bfedf3fe2339 Mon Sep 17 00:00:00 2001 From: eine Date: Sat, 15 Aug 2020 18:07:05 +0200 Subject: python: execute 'black' --- python/libghdl/thin/files_map.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'python/libghdl/thin/files_map.py') diff --git a/python/libghdl/thin/files_map.py b/python/libghdl/thin/files_map.py index 0025c9178..d27209e7a 100644 --- a/python/libghdl/thin/files_map.py +++ b/python/libghdl/thin/files_map.py @@ -1,7 +1,7 @@ from libghdl import libghdl from ctypes import c_void_p -EOT = b'\x04' +EOT = b"\x04" No_Source_File_Entry = 0 @@ -13,8 +13,7 @@ Location_File_To_Pos = libghdl.files_map__location_file_to_pos Location_File_To_Line = libghdl.files_map__location_file_to_line -Location_File_Line_To_Offset = \ - libghdl.files_map__location_file_line_to_offset +Location_File_Line_To_Offset = libghdl.files_map__location_file_line_to_offset Location_File_Line_To_Col = libghdl.files_map__location_file_line_to_col -- cgit v1.2.3