abis_rsl: cosmetic: fix coding style rep_acch_cap_for_bts()

The linter (executed by Jenkins) complains:

  src/osmo-bsc/abis_rsl.c:543: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"

and blocks changes, adding V-1 when I am changing the related code.

Change-Id: I0cf00ff898e69734850659e8ba0e2ff023f9b2dd
This commit is contained in:
Vadim Yanitskiy 2021-11-15 00:38:33 +03:00 committed by fixeria
parent 836947918c
commit 508058ee28
1 changed files with 1 additions and 1 deletions