ieee1394: Adjust confusing if indentation

Indent the branch of an if.

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

authored by Julia Lawall and committed by Stefan Richter 840fe635 e78483c5

+1 -1
+1 -1
drivers/ieee1394/ohci1394.c
··· 1106 1106 if (recv->block_irq_interval * 4 > iso->buf_packets) 1107 1107 recv->block_irq_interval = iso->buf_packets / 4; 1108 1108 if (recv->block_irq_interval < 1) 1109 - recv->block_irq_interval = 1; 1109 + recv->block_irq_interval = 1; 1110 1110 1111 1111 /* choose a buffer stride */ 1112 1112 /* must be a power of 2, and <= PAGE_SIZE */