Re: [PATCH 1/2] pi433: Fix indentation according to coding style

2019-12-03 Thread Dan Carpenter
On Tue, Dec 03, 2019 at 06:54:47PM +0100, Sven Leykauf wrote: > Fix indentation so that no line exceeds the 80 character border. > > Co-developed-by: Daniel Bauer > Signed-off-by: Daniel Bauer > Signed-off-by: Sven Leykauf > --- > drivers/staging/pi433/rf69.c | 28 ++--

[PATCH 1/2] pi433: Fix indentation according to coding style

2019-12-03 Thread Sven Leykauf
Fix indentation so that no line exceeds the 80 character border. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/pi433/rf69.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/sta