aboutsummaryrefslogtreecommitdiff
path: root/src/indev/lv_indev_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/indev/lv_indev_private.h')
-rw-r--r--src/indev/lv_indev_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indev/lv_indev_private.h b/src/indev/lv_indev_private.h
index d4aa27c97..fc1ed4d16 100644
--- a/src/indev/lv_indev_private.h
+++ b/src/indev/lv_indev_private.h
@@ -24,10 +24,10 @@ extern "C" {
**********************/
struct lv_indev_t {
- /**< Input device type*/
+ /** Input device type*/
lv_indev_type_t type;
- /**< Function pointer to read input device data.*/
+ /** Function pointer to read input device data.*/
lv_indev_read_cb_t read_cb;
lv_indev_state_t state; /**< Current state of the input device.*/