Code style fix

This commit is contained in:
M374LX 2025-09-27 21:52:22 -03:00 committed by tildearrow
parent 146e7baed4
commit 7458c7b912

View file

@ -505,7 +505,7 @@ void DivEngine::loadEIF(SafeReader& reader, std::vector<DivInstrument*>& ret, St
ins->type=DIV_INS_FM;
ins->name=stripPath;
for (int i=0; i < 29; i++) {
for (int i=0; i<29; i++) {
bytes[i] = reader.readC();
}