Variant: Small code formatting fix

This commit is contained in:
Bertrand Lorentz 2014-06-13 13:10:02 +02:00
parent c271fe235b
commit b605b42540

View file

@ -282,7 +282,7 @@ namespace GLib {
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);
}