ALSA: hda - if statement not indented

The "break;" should be indented.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Dan Carpenter 2014-05-14 17:18:31 +03:00 committed by Takashi Iwai
parent ff4a8f325d
commit d576422eda

View File

@ -3722,7 +3722,7 @@ static void parse_digital(struct hda_codec *codec)
} else {
spec->multiout.slave_dig_outs = spec->slave_dig_outs;
if (nums >= ARRAY_SIZE(spec->slave_dig_outs) - 1)
break;
break;
spec->slave_dig_outs[nums - 1] = dig_nid;
}
nums++;