Re: [Qemu-devel] [PATCH] trace: simple style changes

2018-11-28 Thread Stefan Hajnoczi
On Tue, Nov 27, 2018 at 12:08:49PM -0700, Larry Dewey wrote: > This changes two lines in simple.c that end with a comma, and replaces them > with a semi-colon. > > Signed-off-by: Larry Dewey > --- > trace/simple.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied to my

Re: [Qemu-devel] [PATCH] trace: simple style changes

2018-11-27 Thread John Snow
On 11/27/18 2:08 PM, Larry Dewey wrote: > This changes two lines in simple.c that end with a comma, and replaces them > with a semi-colon. > > Signed-off-by: Larry Dewey > --- > trace/simple.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/trace/simple.c b/trace

[Qemu-devel] [PATCH] trace: simple style changes

2018-11-27 Thread Larry Dewey
This changes two lines in simple.c that end with a comma, and replaces them with a semi-colon. Signed-off-by: Larry Dewey --- trace/simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trace/simple.c b/trace/simple.c index 701dec639c..ac904eca91 100644 --- a/trace/sim