apple/apple2e.cpp: Bring the indentation back to spec. [R. Belmont]

This commit is contained in:
arbee 2024-10-21 22:41:56 -04:00
parent eb29c49186
commit 952ff31d56

View file

@ -1784,7 +1784,7 @@ void apple2e_state::do_io(int offset, bool is_iic)
{
// Officially Apple only documents this softswitch at $c020 but
// all models with a tape interface will respond to any of the $c02x
// addresses
// addresses.
m_cassette_state ^= 1;
m_cassette->output(m_cassette_state ? 1.0f : -1.0f);
}