From 7458c7b9124d4c5cf843c12d72fd013dcdfd1cec Mon Sep 17 00:00:00 2001 From: M374LX Date: Sat, 27 Sep 2025 21:52:22 -0300 Subject: [PATCH] Code style fix --- src/engine/fileOpsIns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/fileOpsIns.cpp b/src/engine/fileOpsIns.cpp index d60366286..f636dc380 100644 --- a/src/engine/fileOpsIns.cpp +++ b/src/engine/fileOpsIns.cpp @@ -505,7 +505,7 @@ void DivEngine::loadEIF(SafeReader& reader, std::vector& 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(); }