(libretro-db) Style nits

This commit is contained in:
twinaphex 2015-06-03 16:57:51 +02:00
parent b18efe5096
commit 3eec012af8
6 changed files with 278 additions and 278 deletions

View File

@ -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
{

View File

@ -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;