From e66520d45c51e9bf9454b7d146b7c0f843336246 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Tue, 15 Jan 2008 16:18:52 +0100 Subject: [PATCH] lined up spaces --- XS.xs | 65 +++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/XS.xs b/XS.xs index 6ec101c..e2588e9 100644 --- a/XS.xs +++ b/XS.xs @@ -43,27 +43,27 @@ new( class, array, ... ) char* class; intArray* array - INIT: + INIT: AV* self; I32 i; SV* val; HV* stash; - CODE: - /* create the object and populate it */ - self = newAV(); - for ( i=0; i