summaryrefslogtreecommitdiff
path: root/Examples/perl5/reference/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/perl5/reference/example.i')
-rw-r--r--Examples/perl5/reference/example.i6
1 files changed, 1 insertions, 5 deletions
diff --git a/Examples/perl5/reference/example.i b/Examples/perl5/reference/example.i
index 6daa3b1f4..173143d79 100644
--- a/Examples/perl5/reference/example.i
+++ b/Examples/perl5/reference/example.i
@@ -29,7 +29,7 @@ public:
VectorArray(int maxsize);
~VectorArray();
int size();
-
+
/* This wrapper provides an alternative to the [] operator */
%extend {
Vector &get(int index) {
@@ -40,7 +40,3 @@ public:
}
}
};
-
-
-
-