mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
Fix evmap indentation to be less stupid.
svn:r1185
This commit is contained in:
parent
9097c95b6e
commit
64a37e61a1
3
evmap.c
3
evmap.c
@ -163,7 +163,8 @@ void evmap_io_clear(struct event_io_map *ctx)
|
||||
do { \
|
||||
if ((map)->entries[slot] == NULL) { \
|
||||
assert(ctor != NULL); \
|
||||
(map)->entries[slot]=mm_calloc(1,sizeof(struct type)+fdinfo_len);\
|
||||
(map)->entries[slot] = \
|
||||
mm_calloc(1,sizeof(struct type)+fdinfo_len); \
|
||||
assert((map)->entries[slot] != NULL); \
|
||||
(ctor)((struct type *)(map)->entries[slot]); \
|
||||
} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user