mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
cleanup: add braces for if()
This commit is contained in:
parent
52ab15b2d0
commit
d1dcbe0853
@ -67,7 +67,7 @@ static void _regex_print(struct rx_node *rx, int depth, unsigned show_nodes)
|
||||
printf("[");
|
||||
for (i = 0; i < 256; i++)
|
||||
if (dm_bit(rx->charset, i)) {
|
||||
if isprint(i)
|
||||
if (isprint(i))
|
||||
printf("%c", (char) i);
|
||||
else if (i == HAT_CHAR)
|
||||
printf("^");
|
||||
|
Loading…
x
Reference in New Issue
Block a user