Attention is currently required from: Felix Singer, Thomas Heijligen, Anastasia Klimchuk.
1 comment:
File tests/selfcheck.c:
#define assert_table(assertion, message, index, name) \
do { \
if (!(assertion)) \
fail_msg(message " for index:%zu name:%s", (index), (name) ? (name) : "unknown"); \
} while (0)
The macro has changed with lot more new lines and \ why?
It now has fewer new lines because I updated my code formatter from 96 characters to 112. It looks worse because gerrit wraps lines before 112 characters.
To view, visit change 69620. To unsubscribe, or for help writing mail filters, visit settings.