Skip to content

Commit f40c902

Browse files
committed
Whitespaces
1 parent ffac30e commit f40c902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dmd/funcsem.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ void funcDeclarationSemantic(Scope* sc, FuncDeclaration funcdecl)
997997
if (params1.length == params2.length)
998998
{
999999
bool hasScopeDifference = false;
1000-
1000+
10011001
for (size_t i = 0; i < params1.length; i++)
10021002
{
10031003
auto p1 = params1[i];

0 commit comments

Comments
 (0)