mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 13:50:08 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -74,7 +74,7 @@ OpenAPI_inline_object_2_t *OpenAPI_inline_object_2_parseFromJSON(cJSON *inline_o
|
|||
OpenAPI_ue_context_cancel_relocate_data_t *json_data_local_nonprim = NULL;
|
||||
if (json_data) {
|
||||
json_data_local_nonprim = OpenAPI_ue_context_cancel_relocate_data_parseFromJSON(json_data);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *binary_data_gtpc_message = cJSON_GetObjectItemCaseSensitive(inline_object_2JSON, "binaryDataGtpcMessage");
|
||||
|
||||
|
|
@ -89,7 +89,7 @@ OpenAPI_inline_object_2_t *OpenAPI_inline_object_2_parseFromJSON(cJSON *inline_o
|
|||
ogs_error("OpenAPI_inline_object_2_parseFromJSON() failed [binary_data_gtpc_message]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
inline_object_2_local_var = OpenAPI_inline_object_2_create (
|
||||
json_data ? json_data_local_nonprim : NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue