shithub: choc

Download patch

ref: 0de17dec5d6faad38dc9bfc34c20e7f83ace0878
parent: c0cdfe3a498902eb7f0c5f00bf04e2013e03e4ad
author: Turo Lamminen <turol@iki.fi>
date: Tue Jul 19 14:15:56 EDT 2022

Whitespace

--- a/opl/opl.c
+++ b/opl/opl.c
@@ -112,7 +112,7 @@
     int i;
     opl_init_result_t result;
 
-    for (i=0; drivers[i] != NULL; ++i)
+    for (i = 0; drivers[i] != NULL; ++i)
     {
         result = InitDriver(drivers[i], port_base);
         if (result != OPL_INIT_NONE)