library/GSM_RR_Types: cosmetic: fix formatting in RrL3Union

Change-Id: I00bcc5ebb6e098f8ec4986a3dec7e6d7e31e12f8
diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index e4c0d57..c2c9d1b 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -850,10 +850,10 @@
 	} with { variant "" };
 
 	type union RrL3Union {
-		PagingResponse	paging_response,
-		MeasurementReport meas_rep,
-		AssignmentCommand ass_cmd,
-		octetstring	other
+		PagingResponse		paging_response,
+		MeasurementReport	meas_rep,
+		AssignmentCommand	ass_cmd,
+		octetstring		other
 	};
 
 	type record GsmRrL3Message {