Add dnl to end of interface declaration. This reduces the number of blank lines in intermediate files and matches the way templates are defined.

Signed-off-by: Daniel Burgener <Daniel.Burgener@microsoft.com>
This commit is contained in:
Daniel Burgener 2020-03-10 19:25:35 -04:00
parent 70469fdb16
commit 0c3b2a44d3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ define(`interface',` dnl
`define(`$1',` dnl
pushdef(`policy_call_depth',incr(policy_call_depth)) dnl
policy_m4_comment(policy_call_depth,begin `$1'(dollarsstar)) dnl
$2
$2 dnl
popdef(`policy_call_depth') dnl
policy_m4_comment(policy_call_depth,end `$1'(dollarsstar)) dnl
'')