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

@ -68,7 +68,7 @@ OpenAPI_valid_time_period_t *OpenAPI_valid_time_period_parseFromJSON(cJSON *vali
ogs_error("OpenAPI_valid_time_period_parseFromJSON() failed [start_time]");
goto end;
}
}
}
cJSON *end_time = cJSON_GetObjectItemCaseSensitive(valid_time_periodJSON, "endTime");
@ -77,7 +77,7 @@ OpenAPI_valid_time_period_t *OpenAPI_valid_time_period_parseFromJSON(cJSON *vali
ogs_error("OpenAPI_valid_time_period_parseFromJSON() failed [end_time]");
goto end;
}
}
}
valid_time_period_local_var = OpenAPI_valid_time_period_create (
start_time ? ogs_strdup_or_assert(start_time->valuestring) : NULL,