Formatting mistake

FossilOrigin-Name: ccc340a68fba7ffcb8a1bd6345288b6f5afd76971768c1c0e2e65b6aa893af4f
This commit is contained in:
me@ow.nekobit.net 2022-02-11 04:23:35 +00:00
parent f432068434
commit c4187bbd90
2 changed files with 5 additions and 6 deletions

View file

@ -1 +0,0 @@
nekobit@toomuchram.2162:1644542728

View file

@ -102,11 +102,11 @@ int mstdnt_load_statuses_from_result(struct mstdnt_status* status[],
int mstdnt_load_status_from_json(struct mstdnt_status* status, cJSON* js);
int mastodont_account_statuses(mastodont_t* data,
char* id,
struct mstdnt_account_statuses_args* args,
struct mstdnt_storage* storage,
struct mstdnt_status* statuses[],
size_t* size);
char* id,
struct mstdnt_account_statuses_args* args,
struct mstdnt_storage* storage,
struct mstdnt_status* statuses[],
size_t* size);
#endif /* MASTODONT_STATUS */