tty: n_gsm: clean up indenting in gsm_queue()

These two lines need to be indented one more tab.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20211004104343.GF25015@kili
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Dan Carpenter 2021-10-04 13:43:43 +03:00 committed by Greg Kroah-Hartman
parent e01f9125e7
commit 46292622ad
1 changed files with 2 additions and 2 deletions

View File

@ -1854,8 +1854,8 @@ static void gsm_queue(struct gsm_mux *gsm)
if (address_tmp == address) {
for (k = j; k < addr_cnt; k++)
addr_open[k] = addr_open[k+1];
addr_cnt--;
break;
addr_cnt--;
break;
}
}
}