tests/drm-mock: Add missing newline in macro
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2821>
This commit is contained in:
parent
9abce2fca7
commit
671efb9937
@ -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); \
|
||||
\
|
||||
|
Loading…
Reference in New Issue
Block a user