summaryrefslogtreecommitdiffstats
path: root/src/mame/audio/polyplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/polyplay.cpp')
-rw-r--r--src/mame/audio/polyplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/polyplay.cpp b/src/mame/audio/polyplay.cpp
index 7a32b4c1cbe..87e881c2509 100644
--- a/src/mame/audio/polyplay.cpp
+++ b/src/mame/audio/polyplay.cpp
@@ -30,4 +30,4 @@ WRITE_LINE_MEMBER(polyplay_state::ctc_zc1_w)
m_flipflop2 = ~m_flipflop2;
m_speaker2->level_w(m_flipflop2);
}
-} \ No newline at end of file
+}