Browse Source

Remove extra newline.

pull/34/merge
triton 12 years ago
parent
commit
47ba76a966
  1. 1
      src/Generator/Generators/CLI/CLISourcesTemplate.cs

1
src/Generator/Generators/CLI/CLISourcesTemplate.cs

@ -885,7 +885,6 @@ namespace CppSharp.Generators.CLI
}; };
var marshal = new CLIMarshalManagedToNativePrinter(ctx); var marshal = new CLIMarshalManagedToNativePrinter(ctx);
param.Visit(marshal); param.Visit(marshal);
if (string.IsNullOrEmpty(marshal.Context.Return)) if (string.IsNullOrEmpty(marshal.Context.Return))

Loading…
Cancel
Save