Replace tabs in files with editor modeline "expandtab"
[metze/wireshark/wip.git] / epan / dissectors / packet-gsm_a_dtap.c
index 2fa89d0a26cdbb7fef65575d0727fe8a803b7805..7256c5fc908faa06d173901dbf4bb69300e62c51 100644 (file)
@@ -144,16 +144,16 @@ const value_string gsm_a_dtap_msg_gcc_strings[] = {
 };
 
 const value_string gsm_a_dtap_msg_bcc_strings[] = {
 };
 
 const value_string gsm_a_dtap_msg_bcc_strings[] = {
-    { 0x31,    "Immediate Setup" },
-    { 0x32,    "Setup" },
-    { 0x33,    "Connect" },
-    { 0x34,    "Termination" },
-    { 0x35,    "Termination Request" },
-    { 0x36,    "Termination Reject" },
-    { 0x38,    "Status" },
-    { 0x39,    "Get Status" },
-    { 0x3A,    "Set Parameter" },
-    { 0x3B,    "Immediate Setup 2" },
+    { 0x31, "Immediate Setup" },
+    { 0x32, "Setup" },
+    { 0x33, "Connect" },
+    { 0x34, "Termination" },
+    { 0x35, "Termination Request" },
+    { 0x36, "Termination Reject" },
+    { 0x38, "Status" },
+    { 0x39, "Get Status" },
+    { 0x3A, "Set Parameter" },
+    { 0x3B, "Immediate Setup 2" },
     { 0, NULL }
 };
 
     { 0, NULL }
 };
 
@@ -453,7 +453,7 @@ static const true_false_string tfs_acceptable_not_acceptable = { "Acceptable", "
 
 #define DTAP_MM_IEI_MASK    0x3f
 #define DTAP_GCC_IEI_MASK   0x3f
 
 #define DTAP_MM_IEI_MASK    0x3f
 #define DTAP_GCC_IEI_MASK   0x3f
-#define        DTAP_BCC_IEI_MASK   0x3f
+#define DTAP_BCC_IEI_MASK   0x3f
 #define DTAP_CC_IEI_MASK    0x3f
 #define DTAP_SMS_IEI_MASK   0xff
 #define DTAP_SS_IEI_MASK    0x3f
 #define DTAP_CC_IEI_MASK    0x3f
 #define DTAP_SMS_IEI_MASK   0xff
 #define DTAP_SS_IEI_MASK    0x3f