Skip to content

Commit c5c9d05

Browse files
committed
Fix spaces instead of tab.
Signed-off-by: Keith Rothman <[email protected]>
1 parent bc537c7 commit c5c9d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libarchfpga/src/read_xml_arch_file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ static void ProcessInterconnect(pugi::xml_node Parent, t_mode * mode, const pugi
15121512

15131513
Prop = get_attribute(Cur, "name", loc_data).value();
15141514
mode->interconnect[i].name = vtr::strdup(Prop);
1515-
mode->interconnect[i].meta = ProcessMetadata(Cur, loc_data);
1515+
mode->interconnect[i].meta = ProcessMetadata(Cur, loc_data);
15161516

15171517
ret_interc_names = interc_names.insert(
15181518
pair<string, int>(mode->interconnect[i].name, 0));

0 commit comments

Comments
 (0)