GTPv2: fix indent (use 4 spaces)
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Mon, 8 Jun 2015 10:23:34 +0000 (12:23 +0200)
committerAnders Broman <a.broman58@gmail.com>
Mon, 8 Jun 2015 11:14:49 +0000 (11:14 +0000)
Change-Id: I9f20a5797ec0f8f3ae67b1be67d342b256da03ae
Reviewed-on: https://code.wireshark.org/review/8836
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/dissectors/packet-gtpv2.c

index 349f8c95bb9e7d261b5d83b75e66c61332e99500..08e312b4b6e5d2c22c29ca2ba69fdc3af191c068 100644 (file)
@@ -5052,13 +5052,13 @@ dissect_gtpv2_mbms_time_to_data_xfer(tvbuff_t *tvb, packet_info *pinfo _U_, prot
 }
 
 static const value_string gtpv2_throttling_delay_unit_vals[] = {
-       { 0, "value is incremented in multiples of 2 seconds" },
-       { 1, "value is incremented in multiples of 1 minute" },
-       { 2, "value is incremented in multiples of 10 minutes" },
-       { 3, "value is incremented in multiples of 1 hour" },
-       { 4, "value is incremented in multiples of 10 hour" },
-       { 7, "value indicates that the timer is deactivated" },
-       { 0, NULL }
+    { 0, "value is incremented in multiples of 2 seconds" },
+    { 1, "value is incremented in multiples of 1 minute" },
+    { 2, "value is incremented in multiples of 10 minutes" },
+    { 3, "value is incremented in multiples of 1 hour" },
+    { 4, "value is incremented in multiples of 10 hour" },
+    { 7, "value indicates that the timer is deactivated" },
+    { 0, NULL }
 };
 
 /* 8.85 Throttling */
@@ -7243,12 +7243,12 @@ void proto_register_gtpv2(void)
         {&hf_gtpv2_uci_csg_id,
           {"CSG ID", "gtpv2.cui_csg_id",
            FT_UINT32, BASE_DEC, NULL, 0x07FFFFFF,
-                  NULL, HFILL}
+           NULL, HFILL}
         },
         {&hf_gtpv2_uci_csg_id_spare,
           {"Spare", "gtpv2.cui_csg_id_spare",
            FT_UINT8, BASE_DEC, NULL, 0xF8,
-                  NULL, HFILL}
+           NULL, HFILL}
         },
         { &hf_gtpv2_uci_csg_membership,
           { "CSG Membership Indication", "gtpv2.uci_csg_membership",
@@ -7692,17 +7692,17 @@ void proto_register_gtpv2(void)
           FT_UINT8, BASE_DEC|BASE_EXT_STRING, &gtpv2_action_indication_vals_ext, 0x07,
           NULL , HFILL}
         },
-               { &hf_gtpv2_uli_timestamp,
-               { "ULI Timestamp", "gtpv2.uli_timestamp",
-               FT_STRING, BASE_NONE, NULL, 0,
-               NULL, HFILL }
-               },
-               { &hf_gtpv2_abs_time_mbms_data,
-               { "Absolute Time of MBMS Data Transfer", "gtpv2.abs_time_mbms_data",
-               FT_STRING, BASE_NONE, NULL, 0,
-               NULL, HFILL }
-               },
-               { &hf_gtpv2_mbms_session_duration_days,
+        { &hf_gtpv2_uli_timestamp,
+        { "ULI Timestamp", "gtpv2.uli_timestamp",
+        FT_STRING, BASE_NONE, NULL, 0,
+        NULL, HFILL }
+        },
+        { &hf_gtpv2_abs_time_mbms_data,
+        { "Absolute Time of MBMS Data Transfer", "gtpv2.abs_time_mbms_data",
+        FT_STRING, BASE_NONE, NULL, 0,
+        NULL, HFILL }
+        },
+        { &hf_gtpv2_mbms_session_duration_days,
           {"MBMS Session Duration (days)", "gtpv2.mbms_session_duration_days",
            FT_UINT24, BASE_DEC, NULL, 0x00007F,
            NULL, HFILL}
@@ -7762,7 +7762,7 @@ void proto_register_gtpv2(void)
            FT_UINT8, BASE_DEC, NULL, 0x1f,
            NULL, HFILL}
         },
-               { &hf_gtpv2_throttling_delay_value,
+        { &hf_gtpv2_throttling_delay_value,
           {"Throttling Delay value", "gtpv2.throttling_delay_value",
            FT_UINT8, BASE_DEC, NULL, 0x1f,
            NULL, HFILL }