summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/clifront.c')
-rw-r--r--src/emu/clifront.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/clifront.c b/src/emu/clifront.c
index 244762c9f4f..03fb7648d21 100644
--- a/src/emu/clifront.c
+++ b/src/emu/clifront.c
@@ -619,7 +619,7 @@ void cli_frontend::listdevices(const char *gamename)
// sort them by tag
qsort(&device_list[0], device_list.count(), sizeof(device_list[0]), compare_devices);
-
+
// dump the results
for (int index = 0; index < device_list.count(); index++)
{
@@ -629,7 +629,7 @@ void cli_frontend::listdevices(const char *gamename)
const char *tag = device->tag();
if (*tag == ':')
tag++;
-
+
// determine the depth
int depth = 1;
if (*tag == 0)