Fix formatting in GDS-Parser

This commit is contained in:
Mario Hüttel 2019-02-27 20:28:06 +01:00
parent 7124c9a5cc
commit 5573ceb46b
1 changed files with 0 additions and 4 deletions

View File

@ -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);