diff options
Diffstat (limited to 'sos/plugins/cgroups.py')
-rw-r--r-- | sos/plugins/cgroups.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/cgroups.py b/sos/plugins/cgroups.py index 25d89509..b7cb6c64 100644 --- a/sos/plugins/cgroups.py +++ b/sos/plugins/cgroups.py @@ -43,4 +43,4 @@ class RedHatCgroups(Cgroups, RedHatPlugin): "/etc/cgrules.conf" ]) -# vim: et ts=4 sw=4 +# vim: set et ts=4 sw=4 : |