fixed formatting

This commit is contained in:
AUnicornWithNoLife 2023-07-29 13:33:34 +01:00 committed by GitHub
parent 6547585e70
commit 6941801bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,10 +19,10 @@ typedef struct
uint32_t lv_len;
char** lv_labels;
char** lv_values;
char** lv_values;
uint32_t flags_len;
char** flags;
uint32_t flags_len;
char** flags;
} carg_parse_data;
```