summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/fmt_icmem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/fmt_icmem.cpp')
-rw-r--r--src/mame/machine/fmt_icmem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/fmt_icmem.cpp b/src/mame/machine/fmt_icmem.cpp
index da2679a211e..8a22f583d30 100644
--- a/src/mame/machine/fmt_icmem.cpp
+++ b/src/mame/machine/fmt_icmem.cpp
@@ -148,7 +148,7 @@ READ8_MEMBER(fmt_icmem_device::status_r)
if(m_change)
ret |= 0x80;
m_change = false;
-
+
return ret;
}