mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
(libretro-db) Style nits
This commit is contained in:
parent
b18efe5096
commit
3eec012af8
@ -134,7 +134,7 @@ typedef struct rmsgpack_dom_value (*rarch_query_func)(
|
||||
struct rmsgpack_dom_value input,
|
||||
unsigned argc,
|
||||
const struct argument *argv
|
||||
);
|
||||
);
|
||||
|
||||
struct invocation
|
||||
{
|
||||
|
@ -268,7 +268,7 @@ struct rmsgpack_dom_value *rmsgpack_dom_value_map_value(
|
||||
int rmsgpack_dom_value_cmp(
|
||||
const struct rmsgpack_dom_value *a,
|
||||
const struct rmsgpack_dom_value *b
|
||||
)
|
||||
)
|
||||
{
|
||||
int rv;
|
||||
unsigned i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user