aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-chassis.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-10-06 12:55:18 -0400
committerBill Meier <wmeier@newsguy.com>2014-10-06 17:12:33 +0000
commit24d50bc2904c265f9f89b3df25c9e41f309a29bb (patch)
tree640c01f38985d1104b47ce3f007922c3afe4df74 /epan/dissectors/packet-ipmi-chassis.c
parentc822eeabe442f1d5724d63bcd0720b66c752a85b (diff)
Adjust indentation to match editor modelines; Do other minor whitespace changes.
Change-Id: Ic020b2c92db5d14a2be9dc4d35aef4514b8b0353 Reviewed-on: https://code.wireshark.org/review/4502 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-ipmi-chassis.c')
-rw-r--r--epan/dissectors/packet-ipmi-chassis.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/epan/dissectors/packet-ipmi-chassis.c b/epan/dissectors/packet-ipmi-chassis.c
index 23946dde7d..2f0884d0e0 100644
--- a/epan/dissectors/packet-ipmi-chassis.c
+++ b/epan/dissectors/packet-ipmi-chassis.c
@@ -688,20 +688,20 @@ rs0f(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
}
static ipmi_cmd_t cmd_chassis[] = {
- /* Chassis commands */
- { 0x00, NULL, rs00, NULL, NULL, "Get Chassis Capabilities", 0 },
- { 0x01, NULL, rs01, NULL, NULL, "Get Chassis Status", 0 },
- { 0x02, rq02, NULL, NULL, NULL, "Chassis Control", 0 },
- { 0x03, NULL, NULL, NULL, NULL, "Chassis Reset", 0 },
- { 0x04, rq04, NULL, NULL, NULL, "Chassis Identify", 0 },
- { 0x05, rq05, NULL, NULL, NULL, "Set Chassis Capabilities", 0 },
- { 0x06, rq06, rs06, NULL, NULL, "Set Power Restore Policy", 0 },
- { 0x07, NULL, rs07, NULL, NULL, "Get System Restart Cause", 0 },
- { 0x08, rq08, NULL, cc08, NULL, "Set System Boot Options", 0 },
- { 0x09, rq09, rs09, cc09, NULL, "Get System Boot Options", 0 },
- { 0x0a, IPMI_TBD, NULL, NULL, "Set Front Panel Buttons Enables", 0 },
- { 0x0b, IPMI_TBD, NULL, NULL, "Set Power Cycle Interval", 0 },
- { 0x0f, NULL, rs0f, NULL, NULL, "Get POH Counter", 0 },
+ /* Chassis commands */
+ { 0x00, NULL, rs00, NULL, NULL, "Get Chassis Capabilities", 0 },
+ { 0x01, NULL, rs01, NULL, NULL, "Get Chassis Status", 0 },
+ { 0x02, rq02, NULL, NULL, NULL, "Chassis Control", 0 },
+ { 0x03, NULL, NULL, NULL, NULL, "Chassis Reset", 0 },
+ { 0x04, rq04, NULL, NULL, NULL, "Chassis Identify", 0 },
+ { 0x05, rq05, NULL, NULL, NULL, "Set Chassis Capabilities", 0 },
+ { 0x06, rq06, rs06, NULL, NULL, "Set Power Restore Policy", 0 },
+ { 0x07, NULL, rs07, NULL, NULL, "Get System Restart Cause", 0 },
+ { 0x08, rq08, NULL, cc08, NULL, "Set System Boot Options", 0 },
+ { 0x09, rq09, rs09, cc09, NULL, "Get System Boot Options", 0 },
+ { 0x0a, IPMI_TBD, NULL, NULL, "Set Front Panel Buttons Enables", 0 },
+ { 0x0b, IPMI_TBD, NULL, NULL, "Set Power Cycle Interval", 0 },
+ { 0x0f, NULL, rs0f, NULL, NULL, "Get POH Counter", 0 },
};
void