Skip to content

Commit bc3def5

Browse files
committed
Remove whitespace.
1 parent 48d59f4 commit bc3def5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator/Generators/CSharp/CSharpSources.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ private void GenerateVTableManagedCall(Method method)
16911691
}
16921692
else
16931693
{
1694-
WriteLine("return {0};", marshal.Context.Return);
1694+
WriteLine("return {0};", marshal.Context.Return);
16951695
}
16961696
}
16971697
}

0 commit comments

Comments
 (0)