Skip to content

Commit e18652c

Browse files
authored
SkeletonTemplates: Removing useless whitespaces (#92)
***NO_CI***
1 parent 756681c commit e18652c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/MetadataProcessor.Core/SkeletonGenerator/SkeletonTemplates.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ struct Library_{{AssemblyName}}_{{Name}}{{#newline}}
161161
{{#if HasReturnType}} {{ReturnType}} retValue = 0;{{/if}}
162162
163163
////////////////////////////////
164-
// implementation starts here //
164+
// implementation starts here //
165165
166166
167-
// implementation ends here //
167+
// implementation ends here //
168168
////////////////////////////////
169169
170170
{{#if HasReturnType}} return retValue;{{/if}}

0 commit comments

Comments
 (0)