(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,
|
struct rmsgpack_dom_value input,
|
||||||
unsigned argc,
|
unsigned argc,
|
||||||
const struct argument *argv
|
const struct argument *argv
|
||||||
);
|
);
|
||||||
|
|
||||||
struct invocation
|
struct invocation
|
||||||
{
|
{
|
||||||
|
|
|
@ -268,7 +268,7 @@ struct rmsgpack_dom_value *rmsgpack_dom_value_map_value(
|
||||||
int rmsgpack_dom_value_cmp(
|
int rmsgpack_dom_value_cmp(
|
||||||
const struct rmsgpack_dom_value *a,
|
const struct rmsgpack_dom_value *a,
|
||||||
const struct rmsgpack_dom_value *b
|
const struct rmsgpack_dom_value *b
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
int rv;
|
int rv;
|
||||||
unsigned i;
|
unsigned i;
|
||||||
|
|
Loading…
Reference in New Issue