Re: [dm-devel] [PATCH 1/6] multipathd/main.c: Fix indentation

2018-03-05 Thread Martin Wilck
On Thu, 2018-03-01 at 11:29 -0800, Bart Van Assche wrote: > This patch avoids that gcc reports the following: > > main.c: In function 'uev_pathfail_check': > main.c:1022:5: warning: this 'if' clause does not guard... [- > Wmisleading-indentation] > if (!pp) > ^~ > main.c:1024:2: note: ..

[dm-devel] [PATCH 1/6] multipathd/main.c: Fix indentation

2018-03-01 Thread Bart Van Assche
This patch avoids that gcc reports the following: main.c: In function 'uev_pathfail_check': main.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!pp) ^~ main.c:1024:2: note: ...this statement, but the latter is misleadingly indented as if it were gu