cosmetic: Fix indentation in comment

Change-Id: I15063346e4ff0367c0bf04f6b48ac62b9bdf2929
diff --git a/src/gprs_ms.c b/src/gprs_ms.c
index caa0cf5..6d7018f 100644
--- a/src/gprs_ms.c
+++ b/src/gprs_ms.c
@@ -1232,7 +1232,7 @@
 	} else {
 		/* Check if we can create a DL TBF to start sending the enqueued
 		 * data. Otherwise it will be triggered later when it is reachable
-		* again. */
+		 * again. */
 		if (ms_is_reachable_for_dl_ass(ms)) {
 			if (ms_ul_tbf(ms))
 				rc = ms_new_dl_tbf_assigned_on_pacch(ms, ul_tbf_as_tbf(ms_ul_tbf(ms)));