diff --git a/policy/modules/kernel/files.if b/policy/modules/kernel/files.if
index 7df46ac69..e13774795 100644
--- a/policy/modules/kernel/files.if
+++ b/policy/modules/kernel/files.if
@@ -1482,30 +1482,30 @@ interface(`files_dontaudit_list_all_mountpoints',`
########################################
##
-## Do not audit write attempts on mount points.
+## Do not audit write attempts on mount points.
##
##
-##
-## Domain to ignore write attempts from
-##
+##
+## Domain to ignore write attempts from
+##
##
#
interface(`files_dontaudit_write_all_mountpoints',`
gen_require(`
attribute mountpoint;
')
-
+
dontaudit $1 mountpoint:dir write;
-')
+')
########################################
##
-## Do not audit setattr attempts on mount points.
+## Do not audit setattr attempts on mount points.
##
##
-##
-## Domain to ignore setattr attempts from
-##
+##
+## Domain to ignore setattr attempts from
+##
##
#
interface(`files_dontaudit_setattr_all_mountpoints',`