util: fix misleading indentation in assemblePLMenuFunc (Coverity #50094)
commit2e7ca448ae340392f3e15cdceaed02c3419edbc2
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 16 Jun 2014 18:15:18 +0000 (16 20:15 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 16 Jun 2014 19:00:08 +0000 (16 20:00 +0100)
tree0de0fa15553de7c8b8d6dd7cf9e206421f026d4b
parentb5e2821c3e29fd04f56219243f91eeec43af4ea2
util: fix misleading indentation in assemblePLMenuFunc (Coverity #50094)

As pointed by Coverity, the indentation for a block of code could lead to
misinterpretation on when it is executed. To make code safer, re-indented
the code properly and added some blank lines for clarity.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
util/wmmenugen.c