minor macro formatting

This commit is contained in:
Alessandro Mauri 2020-05-13 14:19:55 +02:00
parent d7b0ac68ef
commit bd3d82158b

2
hkd.c
View File

@ -28,7 +28,7 @@
#define die(str) {perror(red(str)); exit(errno);}
#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 {
unsigned short *buf;