Re: [libvirt] [PATCH python] Unify whitespace around *_ALLOW_THREADS macros

2017-09-29 Thread Daniel P. Berrange
On Fri, Sep 29, 2017 at 01:28:20AM +0300, Nir Soffer wrote: > Most of the code treats libvirt API calls as separate block, keeping one > blank line before the LIBVIRT_BEGIN_ALLOW_THREAD, and one blank line > after LIBVIRT_END_ALLOW_THREADS. Unify the whitespace so all calls > wrapped with these mac

[libvirt] [PATCH python] Unify whitespace around *_ALLOW_THREADS macros

2017-09-28 Thread Nir Soffer
Most of the code treats libvirt API calls as separate block, keeping one blank line before the LIBVIRT_BEGIN_ALLOW_THREAD, and one blank line after LIBVIRT_END_ALLOW_THREADS. Unify the whitespace so all calls wrapped with these macros are treated as a separate block. --- libvirt-override.c | 115 +