summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/info.c')
-rw-r--r--src/emu/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/info.c b/src/emu/info.c
index 089ce7220ac..328c82c48ac 100644
--- a/src/emu/info.c
+++ b/src/emu/info.c
@@ -367,7 +367,7 @@ static void print_game_rom(FILE *out, const game_driver *game, const machine_con
{
const rom_source *source;
const rom_entry *region;
-
+
/* iterate over ROM sources: first the game, then any devices */
for (source = rom_first_source(game, config); source != NULL; source = rom_next_source(game, config, source))
for (region = rom_first_region(game, source); region != NULL; region = rom_next_region(region))