3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Indentation

This commit is contained in:
Alain Dargelas 2024-11-18 18:47:09 -08:00
parent f280c480d8
commit b69145e959

View file

@ -507,7 +507,7 @@ void read_libjson_cellarea(dict<IdString, cell_area_t> &cell_area, string libert
if (f == NULL)
log_cmd_error("Can't open input file `%s' for reading: %s\n", liberty_file.c_str(), strerror(errno));
nlohmann::json data = nlohmann::json::parse(*f);
nlohmann::json data = nlohmann::json::parse(*f);
nlohmann::json library = data["library"];
if (library.contains("groups")) {
nlohmann::json groups = library["groups"];