mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-13 11:30:34 -04:00
Fix up generated indentation
This commit is contained in:
@@ -423,8 +423,8 @@ static inline GVariant *
|
||||
|
||||
static inline {TypeNameRef}
|
||||
{type_name_ref_}from_variant_ref ({Prefix}VariantRef v) {{
|
||||
g_assert (g_variant_type_equal({prefix_}variant_ref_get_type (v), {TYPE_NAME_}TYPESTRING));
|
||||
return ({TypeNameRef}) {prefix_}variant_ref_get_child (v);
|
||||
g_assert (g_variant_type_equal({prefix_}variant_ref_get_type (v), {TYPE_NAME_}TYPESTRING));
|
||||
return ({TypeNameRef}) {prefix_}variant_ref_get_child (v);
|
||||
}}
|
||||
''')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user