comply with coding standard

This commit is contained in:
Sukchan Lee 2021-07-08 15:00:59 +09:00
parent f278d58a69
commit 2471b1b53d
562 changed files with 3332 additions and 3332 deletions

View file

@ -166,7 +166,7 @@ OpenAPI_network_area_info_1_t *OpenAPI_network_area_info_1_parseFromJSON(cJSON *
OpenAPI_list_add(ecgisList, ecgisItem);
}
}
}
cJSON *ncgis = cJSON_GetObjectItemCaseSensitive(network_area_info_1JSON, "ncgis");
@ -189,7 +189,7 @@ OpenAPI_network_area_info_1_t *OpenAPI_network_area_info_1_parseFromJSON(cJSON *
OpenAPI_list_add(ncgisList, ncgisItem);
}
}
}
cJSON *g_ran_node_ids = cJSON_GetObjectItemCaseSensitive(network_area_info_1JSON, "gRanNodeIds");
@ -212,7 +212,7 @@ OpenAPI_network_area_info_1_t *OpenAPI_network_area_info_1_parseFromJSON(cJSON *
OpenAPI_list_add(g_ran_node_idsList, g_ran_node_idsItem);
}
}
}
cJSON *tais = cJSON_GetObjectItemCaseSensitive(network_area_info_1JSON, "tais");
@ -235,7 +235,7 @@ OpenAPI_network_area_info_1_t *OpenAPI_network_area_info_1_parseFromJSON(cJSON *
OpenAPI_list_add(taisList, taisItem);
}
}
}
network_area_info_1_local_var = OpenAPI_network_area_info_1_create (
ecgis ? ecgisList : NULL,