summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/okiadpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/okiadpcm.c')
-rw-r--r--src/emu/sound/okiadpcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/okiadpcm.c b/src/emu/sound/okiadpcm.c
index 98ebc4386e9..75f81ccb33e 100644
--- a/src/emu/sound/okiadpcm.c
+++ b/src/emu/sound/okiadpcm.c
@@ -176,7 +176,7 @@ void oki_adpcm2_state::compute_tables()
// compute the step value
int stepval = floor(floatstep * 1.08f);
floatstep = floatstep * 1.08f;
-
+
// loop over all nibbles and compute the difference
for (int nib = 0; nib < 16; nib++)
{