summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_hid_hw.h
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:32:44 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 11:07:01 +0000
commit4f2857715031c3c5c96db22a70535e06f2aeb9e6 (patch)
tree8acace365e44759e1459bec2e662ad2d327eb6bc /chip/stm32/usb_hid_hw.h
parenta3941716b31188264a8ba3ec408137e54eb488af (diff)
downloadchrome-ec-4f2857715031c3c5c96db22a70535e06f2aeb9e6.tar.gz
chip/stm32/usb_hid_hw.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I9acf30a59cba1b57a21a444ab343339c4d9e9a54 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729576 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip/stm32/usb_hid_hw.h')
-rw-r--r--chip/stm32/usb_hid_hw.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chip/stm32/usb_hid_hw.h b/chip/stm32/usb_hid_hw.h
index a36a66567e..d4df34073d 100644
--- a/chip/stm32/usb_hid_hw.h
+++ b/chip/stm32/usb_hid_hw.h
@@ -25,10 +25,8 @@ struct usb_hid_config_t {
* @param buffer_size: handler should set it to the size of returned
* buffer.
*/
- int (*get_report)(uint8_t report_id,
- uint8_t report_type,
- const uint8_t **buffer_ptr,
- int *buffer_size);
+ int (*get_report)(uint8_t report_id, uint8_t report_type,
+ const uint8_t **buffer_ptr, int *buffer_size);
};
/* internal callbacks for HID class drivers */