diff options
author | cgzones <cgzones@googlemail.com> | 2016-12-06 13:28:10 +0100 |
---|---|---|
committer | Jason Zaman <jason@perfinion.com> | 2016-12-08 12:43:12 +0800 |
commit | 51d3e4cfd0b1b294cac9b2aeef4691bd22eb0bf7 (patch) | |
tree | 3d760d49bb9ebe59ac1898e7546553ed1dfe22f4 /policy/support | |
parent | fix syslogd audits (diff) | |
download | hardened-refpolicy-51d3e4cfd0b1b294cac9b2aeef4691bd22eb0bf7.tar.gz hardened-refpolicy-51d3e4cfd0b1b294cac9b2aeef4691bd22eb0bf7.tar.bz2 hardened-refpolicy-51d3e4cfd0b1b294cac9b2aeef4691bd22eb0bf7.zip |
remove trailing whitespaces
Diffstat (limited to 'policy/support')
-rw-r--r-- | policy/support/misc_macros.spt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/support/misc_macros.spt b/policy/support/misc_macros.spt index 4ca5688c3..7f280db3b 100644 --- a/policy/support/misc_macros.spt +++ b/policy/support/misc_macros.spt @@ -21,7 +21,7 @@ define(`ifndef',`ifdef(`$1',`$3',`$2')') # # __endline__ # -# dummy macro to insert a newline. used for +# dummy macro to insert a newline. used for # errprint, so the close parentheses can be # indented correctly. # |