gsm_04_80: Fix the style and move the '*' to the function
diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h
index 8a25554..a019594 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -23,7 +23,7 @@
 			     const struct msgb *msg, 
 			     const struct ussd_request *request);
 
-struct msgb * gsm0480_create_notifySS(const char *text);
+struct msgb *gsm0480_create_notifySS(const char *text);
 int gsm0480_wrap_invoke(struct msgb *msg, int op, int link_id);
 
 #endif