remove some extra endlines

This commit is contained in:
Chris PeBenito 2006-06-12 17:27:15 +00:00
parent 4f447b097d
commit c546864b81

View File

@ -9,7 +9,7 @@
# For adding the module statement # For adding the module statement
# #
define(`policy_module',` define(`policy_module',`
ifdef(`self_contained_policy',`',` ifndef(`self_contained_policy',`
module $1 $2; module $1 $2;
require { require {
@ -98,11 +98,9 @@ define(`optional_policy',`
',` ',`
optional {`'pushdef(`__in_optional_policy') optional {`'pushdef(`__in_optional_policy')
$1 $1
ifelse(`$2',`',`',` ifelse(`$2',`',`',`} else {
} else {
$2 $2
') ')}`'popdef(`__in_optional_policy')`'ifndef(`__in_optional_policy',` # end optional')
}`'popdef(`__in_optional_policy')`'ifndef(`__in_optional_policy',` # end optional')
') ')
') ')
@ -152,11 +150,9 @@ define(`tunable_policy',`
ifdef(`self_contained_policy',` ifdef(`self_contained_policy',`
if (`$1') { if (`$1') {
$2 $2
ifelse(`$3',`',`',` ifelse(`$3',`',`',`} else {
} else {
$3 $3
') ')}
}
',` ',`
# structure for tunables # structure for tunables
# will go here instead of a # will go here instead of a
@ -165,13 +161,10 @@ define(`tunable_policy',`
gen_require(` gen_require(`
delcare_required_symbols(`$1') delcare_required_symbols(`$1')
') ')
if (`$1') { if (`$1') {
$2 $2
ifelse(`$3',`',`',` ifelse(`$3',`',`',`} else {
} else {
$3 $3
') ')}
}
') ')
') ')