commit 0de17dec5d6faad38dc9bfc34c20e7f83ace0878
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Jul 19 18:15:56 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Tue Jul 19 18:15:56 2022 +0300
Whitespace
---
opl/opl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opl/opl.c b/opl/opl.c
index 8486dcab..63cee665 100644
--- a/opl/opl.c
+++ b/opl/opl.c
@@ -112,7 +112,7 @@ static opl_init_result_t AutoSelectDriver(unsigned int port_base)
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)