mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 05:40: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
|
|
@ -140,7 +140,7 @@ OpenAPI_external_unrelated_class_t *OpenAPI_external_unrelated_class_parseFromJS
|
|||
|
||||
OpenAPI_list_add(lcs_client_externalsList, lcs_client_externalsItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *af_externals = cJSON_GetObjectItemCaseSensitive(external_unrelated_classJSON, "afExternals");
|
||||
|
||||
|
|
@ -163,7 +163,7 @@ OpenAPI_external_unrelated_class_t *OpenAPI_external_unrelated_class_parseFromJS
|
|||
|
||||
OpenAPI_list_add(af_externalsList, af_externalsItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *lcs_client_group_externals = cJSON_GetObjectItemCaseSensitive(external_unrelated_classJSON, "lcsClientGroupExternals");
|
||||
|
||||
|
|
@ -186,7 +186,7 @@ OpenAPI_external_unrelated_class_t *OpenAPI_external_unrelated_class_parseFromJS
|
|||
|
||||
OpenAPI_list_add(lcs_client_group_externalsList, lcs_client_group_externalsItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
external_unrelated_class_local_var = OpenAPI_external_unrelated_class_create (
|
||||
lcs_client_externals ? lcs_client_externalsList : NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue