Cleanup: Code-style correction in Ghost (Clang-format)

This commit is contained in:
Julian Eisel 2021-07-07 19:26:47 +02:00
parent f4cb3ccd9c
commit 2b41b2f05b
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@
* only available in more recent kernel versions. The event codes are used to
* to differentiate from which mouse button an event comes from.
*/
#define BTN_LEFT 0x110
#define BTN_RIGHT 0x111
#define BTN_MIDDLE 0x112
#define BTN_LEFT 0x110
#define BTN_RIGHT 0x111
#define BTN_MIDDLE 0x112
struct buffer_t {
void *data;