mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -86,7 +86,7 @@ OpenAPI_inline_object_4_t *OpenAPI_inline_object_4_parseFromJSON(cJSON *inline_o
|
|||
OpenAPI_n2_information_notification_t *json_data_local_nonprim = NULL;
|
||||
if (json_data) {
|
||||
json_data_local_nonprim = OpenAPI_n2_information_notification_parseFromJSON(json_data);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *binary_data_n1_message = cJSON_GetObjectItemCaseSensitive(inline_object_4JSON, "binaryDataN1Message");
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ OpenAPI_inline_object_4_t *OpenAPI_inline_object_4_parseFromJSON(cJSON *inline_o
|
|||
ogs_error("OpenAPI_inline_object_4_parseFromJSON() failed [binary_data_n1_message]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *binary_data_n2_information = cJSON_GetObjectItemCaseSensitive(inline_object_4JSON, "binaryDataN2Information");
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ OpenAPI_inline_object_4_t *OpenAPI_inline_object_4_parseFromJSON(cJSON *inline_o
|
|||
ogs_error("OpenAPI_inline_object_4_parseFromJSON() failed [binary_data_n2_information]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
inline_object_4_local_var = OpenAPI_inline_object_4_create (
|
||||
json_data ? json_data_local_nonprim : NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue