aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/xfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/xfs.py')
-rw-r--r--sos/plugins/xfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/xfs.py b/sos/plugins/xfs.py
index 4e61e2bf..9ee6e67b 100644
--- a/sos/plugins/xfs.py
+++ b/sos/plugins/xfs.py
@@ -39,4 +39,4 @@ class Xfs(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
parts = e.split(' ')
self.add_cmd_output("xfs_logprint -c %s" % (parts[0]))
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :