From 08026ca1e05ef84cc8017ab632c08dfff7bdd98f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 20 Nov 2003 06:34:18 +0000 Subject: a bit neater way of emitting code (This used to be commit 964c3237215b36f5768b98c19689ddc43cf86cac) --- source4/build/pidl/idl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/pidl/idl.pm') diff --git a/source4/build/pidl/idl.pm b/source4/build/pidl/idl.pm index ffcd66f54f..3c20256780 100644 --- a/source4/build/pidl/idl.pm +++ b/source4/build/pidl/idl.pm @@ -12846,4 +12846,4 @@ package idl; sub new { my $self = bless( { }, 'Parse::RecDescent::Rule' ) } }, 'Parse::RecDescent' ); -} \ No newline at end of file +} -- cgit