Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c4c0049 authored by William Escande's avatar William Escande
Browse files

Prevent some clang-format into test

Test: No-op change
Change-Id: I7e4ddf1a62a2c2eaf6ae5cb5d5722f0874ed7ec7
parent 735aeb1e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -383,6 +383,7 @@ tBTM_STATUS set_event_filter_inquiry_result_all_devices() {
  return BTM_SUCCESS;
}

// clang-format off
const controller_t interface = {
    get_is_ready,

@@ -474,7 +475,9 @@ const controller_t interface = {
    set_event_filter_connection_setup_all_devices,
    allow_wake_by_hid,
    set_default_event_mask_except,
    set_event_filter_inquiry_result_all_devices};
    set_event_filter_inquiry_result_all_devices,
};
// clang-format on

}  // namespace device_controller
}  // namespace mock