gsm0808: cosmetic: switch is not a function

Change-Id: I2f58711675c5c9511c4f4fe4bf0d6e6f7dd093b1
diff --git a/src/gsm/gsm0808_utils.c b/src/gsm/gsm0808_utils.c
index f1569c9..80d469e 100644
--- a/src/gsm/gsm0808_utils.c
+++ b/src/gsm/gsm0808_utils.c
@@ -227,7 +227,7 @@
 	 * of 4 bit to fully specify the selected codec. In the following,
 	 * we check if we work with an extended type or not. We also check
 	 * if the codec type is valid at all. */
-	switch(sc->type) {
+	switch (sc->type) {
 	case GSM0808_SCT_FR1:
 	case GSM0808_SCT_FR2:
 	case GSM0808_SCT_FR3: