Skip to content

Commit

Permalink
udev-utils.c: Fix style of "#define BUS_*" lines
Browse files Browse the repository at this point in the history
Mostly, they had trailing spaces.
  • Loading branch information
dumbbell committed Apr 28, 2018
1 parent 4537d30 commit 58fb699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions udev-utils.c
Expand Up @@ -47,10 +47,10 @@
#include <linux/input.h>
#else
#define BUS_PCI 0x01
#define BUS_USB 0x03
#define BUS_VIRTUAL 0x06
#define BUS_ISA 0x10
#define BUS_I8042 0x11
#define BUS_USB 0x03
#define BUS_VIRTUAL 0x06
#define BUS_ISA 0x10
#define BUS_I8042 0x11
#endif

#define PS2_KEYBOARD_VENDOR 0x001
Expand Down

0 comments on commit 58fb699

Please sign in to comment.