summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-04-15 07:15:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:33 -0500
commit7fc2109b9e5e3e1c100da9d9feb865ce412d8b0f (patch)
treee1c93c921b5dd2c865c69e1b4ec2cca9f6ba83d4
parentd9c15b0f280621fca844c0e8482b5e95f4ad2d11 (diff)
downloadsamba-7fc2109b9e5e3e1c100da9d9feb865ce412d8b0f.tar.gz
samba-7fc2109b9e5e3e1c100da9d9feb865ce412d8b0f.tar.bz2
samba-7fc2109b9e5e3e1c100da9d9feb865ce412d8b0f.zip
r6350: Add a newline to make things look prettier.
(This used to be commit 0e6be68dafb8979bcc2cb633c816e3f80e9441c1)
-rw-r--r--source4/build/pidl/ndr_parser.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/ndr_parser.pm b/source4/build/pidl/ndr_parser.pm
index 6601dc10ff..d0eba81bef 100644
--- a/source4/build/pidl/ndr_parser.pm
+++ b/source4/build/pidl/ndr_parser.pm
@@ -1680,6 +1680,7 @@ sub ParseTypedefPrint($)
$typefamily{$e->{DATA}->{TYPE}}->{PRINT_FN_BODY}->($e->{DATA});
deindent;
pidl "}";
+ pidl "";
}
#####################################################################