minor macro formatting
This commit is contained in:
parent
d7b0ac68ef
commit
bd3d82158b
2
hkd.c
2
hkd.c
@ -28,7 +28,7 @@
|
|||||||
#define die(str) {perror(red(str)); exit(errno);}
|
#define die(str) {perror(red(str)); exit(errno);}
|
||||||
|
|
||||||
#define EVENT_SIZE (sizeof(struct inotify_event))
|
#define EVENT_SIZE (sizeof(struct inotify_event))
|
||||||
#define EVENT_BUF_LEN (1024 * ( EVENT_SIZE + 16 ))
|
#define EVENT_BUF_LEN (1024*(EVENT_SIZE+16))
|
||||||
|
|
||||||
struct key_buffer {
|
struct key_buffer {
|
||||||
unsigned short *buf;
|
unsigned short *buf;
|
||||||
|
Loading…
Reference in New Issue
Block a user