summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJay <[email protected]>2024-12-23 22:19:35 +0900
committerJay <[email protected]>2024-12-23 22:19:35 +0900
commiteb1c2b83ef09e87964d1d801c3b78caf924af63b (patch)
tree99279ab390878e5712427ebf5431b88fe039f5f5 /examples
parentb029c940356de3645fc224e429d9ec59acf62606 (diff)
trimed trailing whitespaces.
Diffstat (limited to 'examples')
-rw-r--r--examples/device/hid_composite/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_composite/src/main.c b/examples/device/hid_composite/src/main.c
index bc12d2a93..a58107b6f 100644
--- a/examples/device/hid_composite/src/main.c
+++ b/examples/device/hid_composite/src/main.c
@@ -209,7 +209,7 @@ static void send_stylus_touch(uint16_t x, uint16_t y, bool state)
static bool has_stylus_pen = false;
- hid_stylus_report_t report =
+ hid_stylus_report_t report =
{
.attr = 0,
.x = 0,