summaryrefslogtreecommitdiff
path: root/src/class
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 /src/class
parentb029c940356de3645fc224e429d9ec59acf62606 (diff)
trimed trailing whitespaces.
Diffstat (limited to 'src/class')
-rw-r--r--src/class/hid/hid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h
index fb27c0d0e..b179fc72a 100644
--- a/src/class/hid/hid.h
+++ b/src/class/hid/hid.h
@@ -340,7 +340,7 @@ typedef struct TU_ATTR_PACKED
} hid_stylus_report_t;
// Standard Stylus Pen Attributes Bitmap.
-typedef enum
+typedef enum
{
STYLUS_ATTR_TIP_SWITCH = TU_BIT(0), ///< Tip switch
STYLUS_ATTR_IN_RANGE = TU_BIT(1), ///< In-range bit.