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)
It now has fewer new lines because I updated my code formatter from 96 characters to 112. […]
actually you can fix your gerrit to 112 width here: https://review.coreboot.org/settings/#DiffPreferences
To view, visit change 69620. To unsubscribe, or for help writing mail filters, visit settings.