reformat like the old code

This commit is contained in:
Dwedit 2018-05-28 10:58:04 -05:00
parent 8cd8e7d3ae
commit 51f7746407

View File

@ -797,10 +797,8 @@ static bool content_file_init(
return false;
if (content->size > 0)
{
info = (struct retro_game_info*)
info = (struct retro_game_info*)
calloc(content->size, sizeof(*info));
}
if (info)
{