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

@ -130,7 +130,7 @@ OpenAPI_location_area_1_t *OpenAPI_location_area_1_parseFromJSON(cJSON *location
OpenAPI_list_add(geographic_areasList, geographic_areasItem);
}
}
}
cJSON *civic_addresses = cJSON_GetObjectItemCaseSensitive(location_area_1JSON, "civicAddresses");
@ -153,14 +153,14 @@ OpenAPI_location_area_1_t *OpenAPI_location_area_1_parseFromJSON(cJSON *location
OpenAPI_list_add(civic_addressesList, civic_addressesItem);
}
}
}
cJSON *nw_area_info = cJSON_GetObjectItemCaseSensitive(location_area_1JSON, "nwAreaInfo");
OpenAPI_network_area_info_1_t *nw_area_info_local_nonprim = NULL;
if (nw_area_info) {
nw_area_info_local_nonprim = OpenAPI_network_area_info_1_parseFromJSON(nw_area_info);
}
}
location_area_1_local_var = OpenAPI_location_area_1_create (
geographic_areas ? geographic_areasList : NULL,