diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-03-04 08:37:22 +1000 |
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-03-04 08:41:33 +1000 |
| commit | 4160d94bafd3b658f1c04b90b5a3e4e7b8e3be40 (patch) | |
| tree | 9c4ef07de72be2b853215ddb5a1812ebbef575f4 /libevdev/libevdev-int.h | |
| parent | 4ba296cf900a39aa844ee8de2a9ee96dd53bc953 (diff) | |
| download | libevdev-4160d94bafd3b658f1c04b90b5a3e4e7b8e3be40.tar.gz | |
cosmetic: fix a couple of duplicate/missing empty lines
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'libevdev/libevdev-int.h')
| -rw-r--r-- | libevdev/libevdev-int.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libevdev/libevdev-int.h b/libevdev/libevdev-int.h index 372db53..e1c7ec5 100644 --- a/libevdev/libevdev-int.h +++ b/libevdev/libevdev-int.h @@ -181,7 +181,6 @@ queue_peek(struct libevdev *dev, size_t idx, struct input_event *ev) return 0; } - /** * Shift the first n elements into ev and return the number of elements * shifted. @@ -293,7 +292,6 @@ queue_set_num_elements(struct libevdev *dev, size_t nelem) max = libevdev_event_type_get_max(type); \ break; - static inline int type_to_mask_const(const struct libevdev *dev, unsigned int type, const unsigned long **mask) { @@ -342,4 +340,3 @@ type_to_mask(struct libevdev *dev, unsigned int type, unsigned long **mask) #undef max_mask #endif - |
