[libvirt] [PATCH] Fix copypaste typos in virProcessInfoGetAffinity

2010-03-09 Thread Jiri Denemark
Signed-off-by: Jiri Denemark jdene...@redhat.com --- src/util/processinfo.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/processinfo.c b/src/util/processinfo.c index 5ae19f8..97ee779 100644 --- a/src/util/processinfo.c +++ b/src/util/processinfo.c @@

Re: [libvirt] [PATCH] Fix copypaste typos in virProcessInfoGetAffinity

2010-03-09 Thread Eric Blake
On 03/09/2010 06:59 AM, Jiri Denemark wrote: +++ b/src/util/processinfo.c @@ -130,31 +130,31 @@ realloc: Is there a policy on indentation of labels? By default, emacs starts labels in column 2, so that utilities that expect only function names to appear in

Re: [libvirt] [PATCH] Fix copypaste typos in virProcessInfoGetAffinity

2010-03-09 Thread Daniel Veillard
On Tue, Mar 09, 2010 at 08:35:09AM -0700, Eric Blake wrote: On 03/09/2010 06:59 AM, Jiri Denemark wrote: +++ b/src/util/processinfo.c @@ -130,31 +130,31 @@ realloc: Is there a policy on indentation of labels? By default, emacs starts start on first

Re: [libvirt] [PATCH] Fix copypaste typos in virProcessInfoGetAffinity

2010-03-09 Thread Jiri Denemark
+++ b/src/util/processinfo.c @@ -130,31 +130,31 @@ realloc: Is there a policy on indentation of labels? By default, emacs starts labels in column 2, so that utilities that expect only function names to appear in column 1 behave in a more predictable