Re: [PATCH 05/11] submodule.c: fix indentation

2018-09-06 Thread Junio C Hamano
Stefan Beller writes: > The submodule subsystem is really bad at staying within 80 characters. > Fix it while we are here. > > Signed-off-by: Stefan Beller > --- > submodule.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/submodule.c b/submodule.c > index da2e

[PATCH 05/11] submodule.c: fix indentation

2018-09-04 Thread Stefan Beller
The submodule subsystem is really bad at staying within 80 characters. Fix it while we are here. Signed-off-by: Stefan Beller --- submodule.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/submodule.c b/submodule.c index da2ed8696f5..8345d423fda 100644 --- a/submodul