mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-11 21:42:13 +00:00
Object: Remove some trailing whitespace, no real code change
This commit is contained in:
parent
91dda7f5be
commit
d239b5cc4e
|
@ -289,7 +289,7 @@ namespace GLib {
|
||||||
IntPtr declaring_class = gtype.GetClassPtr ();
|
IntPtr declaring_class = gtype.GetClassPtr ();
|
||||||
ParamSpec pspec = new ParamSpec ("gtk-sharp-managed-instance", "", "", GType.Pointer, ParamFlags.Writable | ParamFlags.ConstructOnly);
|
ParamSpec pspec = new ParamSpec ("gtk-sharp-managed-instance", "", "", GType.Pointer, ParamFlags.Writable | ParamFlags.ConstructOnly);
|
||||||
g_object_class_install_property (declaring_class, idx, pspec.Handle);
|
g_object_class_install_property (declaring_class, idx, pspec.Handle);
|
||||||
idx++;
|
idx++;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (PropertyInfo pinfo in t.GetProperties (BindingFlags.Instance | BindingFlags.Public | BindingFlags.DeclaredOnly)) {
|
foreach (PropertyInfo pinfo in t.GetProperties (BindingFlags.Instance | BindingFlags.Public | BindingFlags.DeclaredOnly)) {
|
||||||
|
@ -335,7 +335,7 @@ namespace GLib {
|
||||||
if (!Properties.TryGetValue (type, out props))
|
if (!Properties.TryGetValue (type, out props))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
PropertyInfo prop;
|
PropertyInfo prop;
|
||||||
if (!props.TryGetValue (param_spec, out prop))
|
if (!props.TryGetValue (param_spec, out prop))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -373,7 +373,7 @@ namespace GLib {
|
||||||
if (!Properties.TryGetValue (type, out props))
|
if (!Properties.TryGetValue (type, out props))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
PropertyInfo prop;
|
PropertyInfo prop;
|
||||||
if (!props.TryGetValue (param_spec, out prop))
|
if (!props.TryGetValue (param_spec, out prop))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue