mirror of
https://github.com/brl/mutter.git
synced 2024-12-28 05:42:14 +00:00
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; \
|
static int (* real_function) args_type; \
|
||||||
int ret; \
|
int ret; \
|
||||||
|
\
|
||||||
if (G_UNLIKELY (!real_function)) \
|
if (G_UNLIKELY (!real_function)) \
|
||||||
real_function = dlsym (RTLD_NEXT, #FunctionName); \
|
real_function = dlsym (RTLD_NEXT, #FunctionName); \
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user