summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ay31015.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ay31015.cpp')
-rw-r--r--src/devices/machine/ay31015.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ay31015.cpp b/src/devices/machine/ay31015.cpp
index 7ff281eb1a0..c3f5ae7f2d6 100644
--- a/src/devices/machine/ay31015.cpp
+++ b/src/devices/machine/ay31015.cpp
@@ -787,7 +787,7 @@ uint8_t ay31015_device::get_received_data()
m_status_reg &= ~STATUS_DAV;
update_status_pins();
}
-
+
return m_rx_buffer;
}