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

@ -75,7 +75,7 @@ OpenAPI_qos_monitoring_information_t *OpenAPI_qos_monitoring_information_parseFr
ogs_error("OpenAPI_qos_monitoring_information_parseFromJSON() failed [rep_thresh_dl]");
goto end;
}
}
}
cJSON *rep_thresh_ul = cJSON_GetObjectItemCaseSensitive(qos_monitoring_informationJSON, "repThreshUl");
@ -84,7 +84,7 @@ OpenAPI_qos_monitoring_information_t *OpenAPI_qos_monitoring_information_parseFr
ogs_error("OpenAPI_qos_monitoring_information_parseFromJSON() failed [rep_thresh_ul]");
goto end;
}
}
}
cJSON *rep_thresh_rp = cJSON_GetObjectItemCaseSensitive(qos_monitoring_informationJSON, "repThreshRp");
@ -93,7 +93,7 @@ OpenAPI_qos_monitoring_information_t *OpenAPI_qos_monitoring_information_parseFr
ogs_error("OpenAPI_qos_monitoring_information_parseFromJSON() failed [rep_thresh_rp]");
goto end;
}
}
}
qos_monitoring_information_local_var = OpenAPI_qos_monitoring_information_create (
rep_thresh_dl ? rep_thresh_dl->valuedouble : 0,