aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-libinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-libinput.h')
-rw-r--r--src/mds-libinput.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mds-libinput.h b/src/mds-libinput.h
index 64032fd..9c6dabe 100644
--- a/src/mds-libinput.h
+++ b/src/mds-libinput.h
@@ -32,7 +32,7 @@
* @param data Input data
* @return Output data
*/
-void* event_loop(void* data);
+void *event_loop(void *data);
/**
* Handle an event from libinput
@@ -84,14 +84,14 @@ void terminate_libinput(void);
* @param dev The device
* @return Zero on success, -1 on error
*/
-int add_device(struct libinput_device* dev);
+int add_device(struct libinput_device *dev);
/**
* Remove a device from the device list
*
* @param dev The device
*/
-void remove_device(struct libinput_device* dev);
+void remove_device(struct libinput_device *dev);
/**
* Pack the device list