Fix only one line of mixed indentation in Music.cpp

And this is the winner for having the least amount of mixed indentation
that is nonzero.
This commit is contained in:
Misa
2020-04-02 14:28:10 -07:00
committed by Ethan Lee
parent b0e1079611
commit e73966f2b7

View File

@@ -220,7 +220,7 @@ void musicclass::init()
void musicclass::play(int t)
{
t = (t % 16);
t = (t % 16);
if(mmmmmm)
{