libosmogsm: cosmetic: add spaces before and after PRIu32

As was pointed out by pespin, some compilers may not like the
lack of spaces around the format macro constants.

Change-Id: I4b6517989030c8e3f6a1bf16c43044e4e9137f40
diff --git a/src/gsm/gsm0502.c b/src/gsm/gsm0502.c
index 1a71e61..5c5aa12 100644
--- a/src/gsm/gsm0502.c
+++ b/src/gsm/gsm0502.c
@@ -193,7 +193,7 @@
 	}
 
 	if (sub == -1) {
-		LOGP(DLGLOBAL, LOGL_ERROR, "could not remap frame number!, fn=%"PRIu32"\n", fn);
+		LOGP(DLGLOBAL, LOGL_ERROR, "could not remap frame number!, fn=%" PRIu32 "\n", fn);
 		return fn;
 	}