Commit d576422e authored by Dan Carpenter's avatar Dan Carpenter Committed by Takashi Iwai

ALSA: hda - if statement not indented

The "break;" should be indented.
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ff4a8f32
...@@ -3722,7 +3722,7 @@ static void parse_digital(struct hda_codec *codec) ...@@ -3722,7 +3722,7 @@ static void parse_digital(struct hda_codec *codec)
} else { } else {
spec->multiout.slave_dig_outs = spec->slave_dig_outs; spec->multiout.slave_dig_outs = spec->slave_dig_outs;
if (nums >= ARRAY_SIZE(spec->slave_dig_outs) - 1) if (nums >= ARRAY_SIZE(spec->slave_dig_outs) - 1)
break; break;
spec->slave_dig_outs[nums - 1] = dig_nid; spec->slave_dig_outs[nums - 1] = dig_nid;
} }
nums++; nums++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment