mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gobjet/gclosure.c: Fix styling issues
...so that it looks more consistent with the rest.
This commit is contained in:
parent
e80d8f0c23
commit
49b93a0bba
@ -1032,7 +1032,7 @@ value_to_ffi_type (const GValue *gvalue,
|
|||||||
static void
|
static void
|
||||||
value_from_ffi_type (GValue *gvalue, gpointer *value)
|
value_from_ffi_type (GValue *gvalue, gpointer *value)
|
||||||
{
|
{
|
||||||
ffi_arg *int_val = (ffi_arg *)value;
|
ffi_arg *int_val = (ffi_arg*) value;
|
||||||
|
|
||||||
switch (g_type_fundamental (G_VALUE_TYPE (gvalue)))
|
switch (g_type_fundamental (G_VALUE_TYPE (gvalue)))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user