From 0cd227c6c311d237a82c2273c0c33726beee741f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Thu, 16 Apr 2015 11:37:35 -0400 Subject: [PATCH] contrib/inkscape_tools: remove old_style constructor and whitespace error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/inkscape_tools/src/svg_to_png_and_nit.nit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/inkscape_tools/src/svg_to_png_and_nit.nit b/contrib/inkscape_tools/src/svg_to_png_and_nit.nit index b24cbf5..f718255 100644 --- a/contrib/inkscape_tools/src/svg_to_png_and_nit.nit +++ b/contrib/inkscape_tools/src/svg_to_png_and_nit.nit @@ -38,7 +38,6 @@ class ImageSetSrc super Template var name: String - init(name: String) do self.name = name var attributes = new Array[String] var load_exprs = new Array[String] @@ -177,7 +176,7 @@ for drawing in drawings do while not proc.eof do var line = proc.read_line var words = line.split(",") - + if words.length == 5 then var id = words[0] -- 1.7.9.5