r6350: Add a newline to make things look prettier.
authorTim Potter <tpot@samba.org>
Fri, 15 Apr 2005 07:15:45 +0000 (07:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:33 +0000 (13:11 -0500)
(This used to be commit 0e6be68dafb8979bcc2cb633c816e3f80e9441c1)

source4/build/pidl/ndr_parser.pm

index 6601dc10ffe1ce0b257a0a244b01441d53ab518f..d0eba81beffcab592a0a175442c4ac65e3aa8d4e 100644 (file)
@@ -1680,6 +1680,7 @@ sub ParseTypedefPrint($)
        $typefamily{$e->{DATA}->{TYPE}}->{PRINT_FN_BODY}->($e->{DATA});
        deindent;
        pidl "}";
+       pidl "";
 }
 
 #####################################################################