asoc: sdm660_cdc: fix -Wmisleading-indentation

Fixes:
techpack/audio/asoc/codecs/sdm660_cdc/msm-analog-cdc.c:2683:4: error:
misleading indentation; statement is not part of the previous 'else'
[-Werror,-Wmisleading-indentation]
msm_anlg_cdc_set_micb_v(codec);
^
techpack/audio/asoc/codecs/sdm660_cdc/msm-analog-cdc.c:2679:5: note:
previous statement is here
} else
  ^

This is a functional change and should be carefully reviewed.  Based on
the indentation, it looks this the missing curly braces was
unintentional. At worst, when the condition was true, the same value was
being set again with an extra delay.

Bug: 155426751
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: Ia4b48541aebb7de14daa58e30b25bd7f71ecec9b
1 file changed
tree: 11201c82f395611c8cc0a03c27f0016b8dc2596f
  1. asoc/
  2. config/
  3. dsp/
  4. include/
  5. ipc/
  6. soc/
  7. Makefile
  8. NOTICE