Skip to content

Commit 4576c3e

Browse files
nfbotjosesimoes
authored andcommitted
Code style fixes (#158)
Automated fixes for code style.
1 parent 4377485 commit 4576c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLR/Core/Execution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@ HRESULT CLR_RT_ExecutionEngine::InitializeLocals(
19791979
parser.Initialize_MethodLocals(assembly, methodDef);
19801980
CLR_RT_SignatureParser::Element element;
19811981

1982-
// ensure we don’t walk past the available generic parameters
1982+
// ensure we don’t walk past the available generic parameters
19831983
const int maxParams = parser.GenParamCount;
19841984
if (genericParamPosition < 0 || genericParamPosition > maxParams)
19851985
{

0 commit comments

Comments
 (0)