From 7fc2109b9e5e3e1c100da9d9feb865ce412d8b0f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 15 Apr 2005 07:15:45 +0000 Subject: r6350: Add a newline to make things look prettier. (This used to be commit 0e6be68dafb8979bcc2cb633c816e3f80e9441c1) --- source4/build/pidl/ndr_parser.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build') 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 ""; } ##################################################################### -- cgit