Re: [libvirt] [PATCH 1/5] remote: Clean up coding style and refactor remote connection opening

2012-08-09 Thread Peter Krempa
On 08/03/12 22:24, Eric Blake wrote: On 08/03/2012 08:03 AM, Peter Krempa wrote: Remove spaces before fucntion calls and some other coding nits in some s/fucntion/function/ parts of the remote driver and refactor getting of URI argument components into variables used by libvirt later on. ---

Re: [libvirt] [PATCH 1/5] remote: Clean up coding style and refactor remote connection opening

2012-08-03 Thread Eric Blake
On 08/03/2012 08:03 AM, Peter Krempa wrote: > Remove spaces before fucntion calls and some other coding nits in some s/fucntion/function/ > parts of the remote driver and refactor getting of URI argument > components into variables used by libvirt later on. > --- > src/remote/remote_driver.c |

[libvirt] [PATCH 1/5] remote: Clean up coding style and refactor remote connection opening

2012-08-03 Thread Peter Krempa
Remove spaces before fucntion calls and some other coding nits in some parts of the remote driver and refactor getting of URI argument components into variables used by libvirt later on. --- src/remote/remote_driver.c | 292 +--- 1 files changed, 142 insert