wmiv.c Removed indentation warning
commit00dffbe317ac31b20ca21cd3c3655ac9fb733198
authorRodolfo García Peñas (kix) <kix@kix.es>
Wed, 19 Jun 2019 19:11:05 +0000 (19 21:11 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 20 Jun 2019 21:04:31 +0000 (20 22:04 +0100)
treee6133d7736119cbf139ae9bee02ea484179e2519
parent7759d06851c2b0199bdac065f6ec67af33126c5e
wmiv.c Removed indentation warning

This patch removes the indentation problem. The patch includes a long comment about the change.

wmiv.c: In function ‘main’:
wmiv.c:843:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
    if (e.xclient.data.l[0] == delWindow)
    ^~
wmiv.c:845:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
     break;
     ^~~~~

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
util/wmiv.c