low-level coding style fixes

This commit is contained in:
Vern Paxson 2021-06-29 15:17:34 -07:00
parent b4f025dda9
commit 30cb91fe35
2 changed files with 2 additions and 3 deletions

View file

@ -566,7 +566,7 @@ void CPPCompile::GenLoad()
// Spit out the placeholder script, and any associated module
// definitions.
for ( auto& m : module_names )
for ( const auto& m : module_names )
if ( m != "GLOBAL" )
printf("module %s;\n", m.c_str());