From 0c3b2a44d364c317fd0ef634679b0d8ba245b7cc Mon Sep 17 00:00:00 2001 From: Daniel Burgener Date: Tue, 10 Mar 2020 19:25:35 -0400 Subject: [PATCH] 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 --- policy/support/loadable_module.spt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/support/loadable_module.spt b/policy/support/loadable_module.spt index 727e8122c..8b9d38af8 100644 --- a/policy/support/loadable_module.spt +++ b/policy/support/loadable_module.spt @@ -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 '')