Added missing newline

Methods are now separated by a single newline.
This commit is contained in:
Stefanos A 2013-11-03 01:27:33 +01:00
parent e8f46c87f6
commit ab61e3f6a0

View file

@ -327,6 +327,7 @@ namespace Bind
WriteDocumentation(sw, f);
}
WriteMethod(sw, f, enums);
sw.WriteLine();
return current;
}