Skip to content

Commit 8e59558

Browse files
authored
Fix template (#120)
***NO_CI***
1 parent 9153a17 commit 8e59558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MetadataProcessor.Core/SkeletonGenerator/SkeletonTemplates.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ struct Library_{{AssemblyName}}_{{Name}}{{#newline}}
144144
#include ""{{HeaderFileName}}.h""
145145
146146
{{#each Functions}}
147-
HRESULT {{Declaration}}( CLR_RT_StackFrame& stack )
147+
HRESULT {{Declaration}}( CLR_RT_StackFrame &stack )
148148
{
149149
NANOCLR_HEADER();
150150

0 commit comments

Comments
 (0)