Re: [PATCH 3/5] socket-test: Fix indentation to follow project code style policy

2015-11-23 Thread Bryce Harrington
On Thu, Nov 19, 2015 at 11:23:42AM -0800, Bill Spitzak wrote: > On Thu, Nov 19, 2015 at 1:36 AM, Bryce Harrington > wrote: > > > From: Bryce Harrington > > > > Signed-off-by: Bryce Harrington > > --- > > tests/socket-test.c | 174 > > ++-- > > 1

Re: [PATCH 3/5] socket-test: Fix indentation to follow project code style policy

2015-11-23 Thread Marek Chalupa
Hi On 11/19/2015 08:23 PM, Bill Spitzak wrote: On Thu, Nov 19, 2015 at 1:36 AM, Bryce Harrington mailto:br...@osg.samsung.com>> wrote: From: Bryce Harrington mailto:br...@bryceharrington.org>> Signed-off-by: Bryce Harrington mailto:br...@osg.samsung.com>> --- tests/socket-t

Re: [PATCH 3/5] socket-test: Fix indentation to follow project code style policy

2015-11-22 Thread Marek Chalupa
Hi, I think the indentation already follows project code style. From doc/Contributing: "- indent with tabs, and a tab is always 8 characters wide" current code is: ^Ichar *val = getenv("XDG_RUNTIME_DIR");$ ^Iif (!val)$ ^I^Iassert(0 && "set $XDG_RUNTIME_DIR to run this test");$ with your pat

Re: [PATCH 3/5] socket-test: Fix indentation to follow project code style policy

2015-11-19 Thread Bill Spitzak
On Thu, Nov 19, 2015 at 1:36 AM, Bryce Harrington wrote: > From: Bryce Harrington > > Signed-off-by: Bryce Harrington > --- > tests/socket-test.c | 174 > ++-- > 1 file changed, 87 insertions(+), 87 deletions(-) > > diff --git a/tests/socket-test

[PATCH 3/5] socket-test: Fix indentation to follow project code style policy

2015-11-19 Thread Bryce Harrington
From: Bryce Harrington Signed-off-by: Bryce Harrington --- tests/socket-test.c | 174 ++-- 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/tests/socket-test.c b/tests/socket-test.c index c53f972..f6db6cf 100644 --- a/tests/socket-t