Fix formatting in GDS-Parser
This commit is contained in:
parent
7124c9a5cc
commit
5573ceb46b
@ -870,15 +870,11 @@ int parse_gds_from_file(const char *filename, GList **library_list)
|
|||||||
|
|
||||||
fclose(gds_file);
|
fclose(gds_file);
|
||||||
|
|
||||||
|
|
||||||
if (!run) {
|
if (!run) {
|
||||||
/* Iterate and find references to cells */
|
/* Iterate and find references to cells */
|
||||||
g_list_foreach(lib_list, scan_library_references, NULL);
|
g_list_foreach(lib_list, scan_library_references, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*library_list = lib_list;
|
*library_list = lib_list;
|
||||||
|
|
||||||
free(workbuff);
|
free(workbuff);
|
||||||
|
Loading…
Reference in New Issue
Block a user