From f9e1ed2764283fd3b4cec9e1b60e121011f9eda1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 12 Aug 2015 16:20:08 -0400 Subject: [PATCH] contrib/objcwrapper: add a new line at the end of the generated file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/objcwrapper/src/objc_generator.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/objcwrapper/src/objc_generator.nit b/contrib/objcwrapper/src/objc_generator.nit index 3ad10b8..89e8237 100644 --- a/contrib/objcwrapper/src/objc_generator.nit +++ b/contrib/objcwrapper/src/objc_generator.nit @@ -84,7 +84,7 @@ class CodeGenerator nit_method_generator(commented_method, file, init_with_alloc) if commented_method != commented_methods.last then file.write("\n") end - file.write("\nend") + file.write "\nend\n" end fun new_nit_generator(classe: nullable ObjcClass, file: FileWriter, init_with_alloc: Bool) do -- 1.7.9.5