ALSA: usx2y: fix inconsistent indenting on if statement
authorColin Ian King <colin.king@canonical.com>
Wed, 2 Dec 2015 11:49:53 +0000 (11:49 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 2 Dec 2015 17:03:24 +0000 (18:03 +0100)
minor change, indenting is one tab out.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/usx2y/usbusx2yaudio.c

index 61d5dc2..dd40ca9 100644 (file)
@@ -166,7 +166,7 @@ static int usX2Y_urb_play_prepare(struct snd_usX2Y_substream *subs,
                        /* set the buffer pointer */
                        urb->transfer_buffer = runtime->dma_area + subs->hwptr * usX2Y->stride;
                        if ((subs->hwptr += count) >= runtime->buffer_size)
-                       subs->hwptr -= runtime->buffer_size;                    
+                               subs->hwptr -= runtime->buffer_size;
                }
        else
                urb->transfer_buffer = subs->tmpbuf;