whitespace

This commit is contained in:
jakeg00dwin 2024-09-01 12:49:37 -07:00
parent 6ceaedaec3
commit 7093957c33
1 changed files with 4 additions and 5 deletions

View File

@ -85,9 +85,8 @@ int main(int argc, char **argv) {
}
*/
int main(int argc, char **argv)
{
//Setup for Infinite Loop
SuperLoop_SetIterations(0);
SuperLoop_Run();
int main(int argc, char **argv) {
// Setup for Infinite Loop
SuperLoop_SetIterations(0);
SuperLoop_Run();
}