Fixes:
drivers/input/touchscreen/stm/ftm4_ts.c:1029:3: error: misleading
indentation; statement is not part of the previous 'else'
[-Werror,-Wmisleading-indentation]
if ((EventID >= 3) && (EventID <= 5)) {
^
drivers/input/touchscreen/stm/ftm4_ts.c:1026:2: note: previous statement
is here
else
^
drivers/input/touchscreen/stm/ftm4_pdc.c:1965:5: error: misleading
indentation; statement is not part of the previous 'if'
[-Werror,-Wmisleading-indentation]
snprintf(pTmp, sizeof(pTmp), "%4d",
^
drivers/input/touchscreen/stm/ftm4_pdc.c:1963:4: note: previous
statement is here
if (cxdiffData_tx[(j*rx_num)+i] < Low_cxdiffData_tx)
^
Nothing interesting here.
Bug: 155426751
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: Ie74afe7cac1edd05a383085258c3c59b72e69e98