summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drccache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/drccache.cpp')
-rw-r--r--src/devices/cpu/drccache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/drccache.cpp b/src/devices/cpu/drccache.cpp
index b2fb20db8a0..5906a641fee 100644
--- a/src/devices/cpu/drccache.cpp
+++ b/src/devices/cpu/drccache.cpp
@@ -243,7 +243,7 @@ void drc_cache::request_oob_codegen(drc_oob_delegate callback, void *param1, voi
oob_handler *oob = (oob_handler *)alloc(sizeof(*oob));
assert(oob != nullptr);
new (oob) oob_handler();
-
+
// fill it in
oob->m_callback = callback;
oob->m_param1 = param1;