Variant: Small code formatting fix
This commit is contained in:
parent
c271fe235b
commit
b605b42540
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ namespace GLib {
|
||||||
|
|
||||||
public string Print (bool type_annotate)
|
public string Print (bool type_annotate)
|
||||||
{
|
{
|
||||||
IntPtr str = g_variant_print(handle, type_annotate);
|
IntPtr str = g_variant_print (handle, type_annotate);
|
||||||
return Marshaller.PtrToStringGFree (str);
|
return Marshaller.PtrToStringGFree (str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue