[apparmor] [patch 16/18] utils: address pep8 complaints

2014-01-16 Thread Steve Beattie
This patch eliminates the complaints from running: pep8 --ignore=E501 aa-easyprof vim/ (E501 is 'line too long', which I'm not too chuffed about. ) Mostly, it's a lot of whitespace touchups, with a few conversions from '==' to 'is'. Signed-off-by: Steve Beattie st...@nxnw.org ---

Re: [apparmor] [patch 16/18] utils: address pep8 complaints

2014-01-16 Thread Christian Boltz
Hello, Am Donnerstag, 16. Januar 2014 schrieb Steve Beattie: This patch eliminates the complaints from running: pep8 --ignore=E501 aa-easyprof vim/ (E501 is 'line too long', which I'm not too chuffed about. ) Mostly, it's a lot of whitespace touchups, with a few conversions from '=='

Re: [apparmor] [patch 16/18] utils: address pep8 complaints

2014-01-16 Thread Steve Beattie
On Fri, Jan 17, 2014 at 01:29:31AM +0100, Christian Boltz wrote: Sorry for the terrible quoting, anyway: Does it really make sense to have two spaces in front of # ? It's pep8's error 261. From running pep8 with the --show-pep8 argument: vim/create-apparmor.vim.py:91:96: E261 at least two