a couple code style changes

This commit is contained in:
tildearrow 2024-09-21 04:36:22 -05:00
parent 3ade67a889
commit 987bff8b75
8 changed files with 60 additions and 63 deletions

View file

@ -771,7 +771,7 @@ int DivPlatformGBAMinMod::init(DivEngine* p, int channels, int sugRate, const Di
setFlags(flags);
reset();
maxCPU = 0.0; //initialize!
maxCPU=0.0; // initialize!
return 16;
}