Fix formatting in GDS-Parser
This commit is contained in:
		@@ -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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user