Skip to content

Commit 59dbc02

Browse files
committed
Fix assembly lookup template
- The clang format comments where missing blank lines around them. ***NO_CI***
1 parent 9896ee4 commit 59dbc02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

MetadataProcessor.Core/SkeletonGenerator/SkeletonTemplates.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ struct Library_{{AssemblyName}}_{{Name}}{{#newline}}
104104
#include ""{{HeaderFileName}}.h""{{#newline}}
105105
{{#newline}}
106106
107-
// clang-format off
107+
// clang-format off{{#newline}}
108+
{{#newline}}
108109
109110
static const CLR_RT_MethodHandler method_lookup[] ={{#newline}}
110111
{{{#newline}}
@@ -122,7 +123,8 @@ struct Library_{{AssemblyName}}_{{Name}}{{#newline}}
122123
{ {{NativeVersion.Major}}, {{NativeVersion.Minor}}, {{NativeVersion.Build}}, {{NativeVersion.Revision}} }{{#newline}}
123124
};{{#newline}}
124125
125-
// clang-format on
126+
{{#newline}}
127+
// clang-format on{{#newline}}
126128
127129
";
128130

0 commit comments

Comments
 (0)