From d239b5cc4ed6f4274b1ad9632be28b55ddecf79b Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sat, 3 Dec 2011 16:24:23 +0100 Subject: [PATCH] Object: Remove some trailing whitespace, no real code change --- glib/Object.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glib/Object.cs b/glib/Object.cs index 7750d06d4..1cd05830d 100644 --- a/glib/Object.cs +++ b/glib/Object.cs @@ -289,7 +289,7 @@ namespace GLib { IntPtr declaring_class = gtype.GetClassPtr (); ParamSpec pspec = new ParamSpec ("gtk-sharp-managed-instance", "", "", GType.Pointer, ParamFlags.Writable | ParamFlags.ConstructOnly); g_object_class_install_property (declaring_class, idx, pspec.Handle); - idx++; + idx++; } foreach (PropertyInfo pinfo in t.GetProperties (BindingFlags.Instance | BindingFlags.Public | BindingFlags.DeclaredOnly)) { @@ -335,7 +335,7 @@ namespace GLib { if (!Properties.TryGetValue (type, out props)) return; - PropertyInfo prop; + PropertyInfo prop; if (!props.TryGetValue (param_spec, out prop)) return; @@ -373,7 +373,7 @@ namespace GLib { if (!Properties.TryGetValue (type, out props)) return; - PropertyInfo prop; + PropertyInfo prop; if (!props.TryGetValue (param_spec, out prop)) return;