Re: [libvirt] [PATCH 03/22] apibuild: Remove whitespace before ', ' and ':'

2018-03-19 Thread Daniel P . Berrangé
On Sat, Mar 17, 2018 at 02:23:21PM +, Radostin Stoyanov wrote: > PEP8 recommends removing whitespace immediately before a comma, > semicolon, or colon [1]. In addition remove multiple spaces after > keyword (PEP8 - E271). > > 1: >

[libvirt] [PATCH 03/22] apibuild: Remove whitespace before ', ' and ':'

2018-03-17 Thread Radostin Stoyanov
PEP8 recommends removing whitespace immediately before a comma, semicolon, or colon [1]. In addition remove multiple spaces after keyword (PEP8 - E271). 1: https://www.python.org/dev/peps/pep-0008/#whitespace-in-expressions-and-statements Signed-off-by: Radostin Stoyanov