janitor: Move the * to the variable name
diff --git a/openbsc/src/bsc_api.c b/openbsc/src/bsc_api.c
index ba6dd88..c478142 100644
--- a/openbsc/src/bsc_api.c
+++ b/openbsc/src/bsc_api.c
@@ -187,7 +187,7 @@
 /*
  * Release all occupied RF Channels but stay around for more.
  */
-int gsm0808_clear(struct gsm_subscriber_connection* conn)
+int gsm0808_clear(struct gsm_subscriber_connection *conn)
 {
 	if (conn->ho_lchan)
 		bsc_clear_handover(conn);