diff --git a/monitor/packet.c b/monitor/packet.c
index 06830fd..94759b4 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
};
static const struct bitfield_data features_le[] = {
- { 0, "LE Encryption" },
- { 1, "Connection Parameter Request Procedure" },
- { 2, "Extended Reject Indication" },
- { 3, "Slave-initiated Features Exchange" },
- { 4, "LE Ping" },
- { 5, "LE Data Packet Length Extension" },
- { 6, "LL Privacy" },
- { 7, "Extended Scanner Filter Policies" },
- { 8, "LE 2M PHY" },
- { 9, "Stable Modulation Index - Transmitter" },
- { 10, "Stable Modulation Index - Receiver" },
- { 11, "LE Coded PHY" },
- { 12, "LE Extended Advertising" },
- { 13, "LE Periodic Advertising" },
- { 14, "Channel Selection Algorithm #2" },
- { 15, "LE Power Class 1" },
- { 16, "Minimum Number of Used Channels Procedure"},
+ { 0, "LE Encryption" },
+ { 1, "Connection Parameter Request Procedure" },
+ { 2, "Extended Reject Indication" },
+ { 3, "Slave-initiated Features Exchange" },
+ { 4, "LE Ping" },
+ { 5, "LE Data Packet Length Extension" },
+ { 6, "LL Privacy" },
+ { 7, "Extended Scanner Filter Policies" },
+ { 8, "LE 2M PHY" },
+ { 9, "Stable Modulation Index - Transmitter" },
+ { 10, "Stable Modulation Index - Receiver" },
+ { 11, "LE Coded PHY" },
+ { 12, "LE Extended Advertising" },
+ { 13, "LE Periodic Advertising" },
+ { 14, "Channel Selection Algorithm #2" },
+ { 15, "LE Power Class 1" },
+ { 16, "Minimum Number of Used Channels Procedure" },
{ }
};