We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756681c commit e18652cCopy full SHA for e18652c
source/MetadataProcessor.Core/SkeletonGenerator/SkeletonTemplates.cs
@@ -161,10 +161,10 @@ struct Library_{{AssemblyName}}_{{Name}}{{#newline}}
161
{{#if HasReturnType}} {{ReturnType}} retValue = 0;{{/if}}
162
163
////////////////////////////////
164
- // implementation starts here //
+ // implementation starts here //
165
166
167
- // implementation ends here //
+ // implementation ends here //
168
169
170
{{#if HasReturnType}} return retValue;{{/if}}
0 commit comments