tests/drm-mock: Add missing newline in macro

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2821>
This commit is contained in:
Jonas Ådahl 2022-06-10 23:19:03 +02:00 committed by Marge Bot
parent 9abce2fca7
commit 671efb9937

View File

@ -58,6 +58,7 @@ FunctionName args_type \
{ \
static int (* real_function) args_type; \
int ret; \
\
if (G_UNLIKELY (!real_function)) \
real_function = dlsym (RTLD_NEXT, #FunctionName); \
\