fix: minor formatting
This commit is contained in:
parent
edbe9ba3b8
commit
9daffd4ed1
1 changed files with 3 additions and 3 deletions
6
ds.h
6
ds.h
|
|
@ -14,12 +14,12 @@ typedef struct _ds_dll {
|
|||
|
||||
typedef struct {
|
||||
ds_sll_t **data;
|
||||
unsigned data_len;
|
||||
unsigned data_len;
|
||||
} ds_hmp_t;
|
||||
|
||||
typedef struct {
|
||||
char *key;
|
||||
void *val;
|
||||
char *key;
|
||||
void *val;
|
||||
} _ds_hmp_kv_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue