mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -112,7 +112,7 @@ OpenAPI_access_token_err_t *OpenAPI_access_token_err_parseFromJSON(cJSON *access
|
|||
ogs_error("OpenAPI_access_token_err_parseFromJSON() failed [error_description]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *error_uri = cJSON_GetObjectItemCaseSensitive(access_token_errJSON, "error_uri");
|
||||
|
||||
|
|
@ -121,7 +121,7 @@ OpenAPI_access_token_err_t *OpenAPI_access_token_err_parseFromJSON(cJSON *access
|
|||
ogs_error("OpenAPI_access_token_err_parseFromJSON() failed [error_uri]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
access_token_err_local_var = OpenAPI_access_token_err_create (
|
||||
errorVariable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue