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

@ -128,7 +128,7 @@ OpenAPI_charging_information_t *OpenAPI_charging_information_parseFromJSON(cJSON
ogs_error("OpenAPI_charging_information_parseFromJSON() failed [primary_chf_set_id]");
goto end;
}
}
}
cJSON *primary_chf_instance_id = cJSON_GetObjectItemCaseSensitive(charging_informationJSON, "primaryChfInstanceId");
@ -137,7 +137,7 @@ OpenAPI_charging_information_t *OpenAPI_charging_information_parseFromJSON(cJSON
ogs_error("OpenAPI_charging_information_parseFromJSON() failed [primary_chf_instance_id]");
goto end;
}
}
}
cJSON *secondary_chf_set_id = cJSON_GetObjectItemCaseSensitive(charging_informationJSON, "secondaryChfSetId");
@ -146,7 +146,7 @@ OpenAPI_charging_information_t *OpenAPI_charging_information_parseFromJSON(cJSON
ogs_error("OpenAPI_charging_information_parseFromJSON() failed [secondary_chf_set_id]");
goto end;
}
}
}
cJSON *secondary_chf_instance_id = cJSON_GetObjectItemCaseSensitive(charging_informationJSON, "secondaryChfInstanceId");
@ -155,7 +155,7 @@ OpenAPI_charging_information_t *OpenAPI_charging_information_parseFromJSON(cJSON
ogs_error("OpenAPI_charging_information_parseFromJSON() failed [secondary_chf_instance_id]");
goto end;
}
}
}
charging_information_local_var = OpenAPI_charging_information_create (
ogs_strdup_or_assert(primary_chf_address->valuestring),