Skip to content

Commit eb1c2b8

Browse files
committed
trimed trailing whitespaces.
1 parent b029c94 commit eb1c2b8

File tree

2 files changed

+2
-2
lines changed
  • examples/device/hid_composite/src
  • src/class/hid

2 files changed

+2
-2
lines changed

examples/device/hid_composite/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ static void send_stylus_touch(uint16_t x, uint16_t y, bool state)
209209

210210
static bool has_stylus_pen = false;
211211

212-
hid_stylus_report_t report =
212+
hid_stylus_report_t report =
213213
{
214214
.attr = 0,
215215
.x = 0,

src/class/hid/hid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ typedef struct TU_ATTR_PACKED
340340
} hid_stylus_report_t;
341341

342342
// Standard Stylus Pen Attributes Bitmap.
343-
typedef enum
343+
typedef enum
344344
{
345345
STYLUS_ATTR_TIP_SWITCH = TU_BIT(0), ///< Tip switch
346346
STYLUS_ATTR_IN_RANGE = TU_BIT(1), ///< In-range bit.

0 commit comments

Comments
 (0)