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:
parent
70469fdb16
commit
0c3b2a44d3
|
@ -81,7 +81,7 @@ define(`interface',` dnl
|
||||||
`define(`$1',` dnl
|
`define(`$1',` dnl
|
||||||
pushdef(`policy_call_depth',incr(policy_call_depth)) dnl
|
pushdef(`policy_call_depth',incr(policy_call_depth)) dnl
|
||||||
policy_m4_comment(policy_call_depth,begin `$1'(dollarsstar)) dnl
|
policy_m4_comment(policy_call_depth,begin `$1'(dollarsstar)) dnl
|
||||||
$2
|
$2 dnl
|
||||||
popdef(`policy_call_depth') dnl
|
popdef(`policy_call_depth') dnl
|
||||||
policy_m4_comment(policy_call_depth,end `$1'(dollarsstar)) dnl
|
policy_m4_comment(policy_call_depth,end `$1'(dollarsstar)) dnl
|
||||||
'')
|
'')
|
||||||
|
|
Loading…
Reference in New Issue