Explorar o código

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>
Julia Lawall %!s(int64=15) %!d(string=hai) anos
pai
achega
840fe6359c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/ieee1394/ohci1394.c

+ 1 - 1
drivers/ieee1394/ohci1394.c

@@ -1106,7 +1106,7 @@ static int ohci_iso_recv_init(struct hpsb_iso *iso)
 		if (recv->block_irq_interval * 4 > iso->buf_packets)
 			recv->block_irq_interval = iso->buf_packets / 4;
 		if (recv->block_irq_interval < 1)
-		recv->block_irq_interval = 1;
+			recv->block_irq_interval = 1;
 
 		/* choose a buffer stride */
 		/* must be a power of 2, and <= PAGE_SIZE */