Remove empty space

This commit is contained in:
tilz0R 2019-05-26 19:42:16 +02:00
parent 52874543aa
commit 6306561425

View File

@ -127,7 +127,7 @@
for ((_pp_) = NULL, (_p_) = &start_block; \
(_p_) != NULL && (_p_)->next < (_b_); \
(_pp_) = (_p_), (_p_) = (_p_)->next \
) {} \
) {} \
} while (0)
/**