mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-03 14:08:17 +00:00
Cosmetic: spaces to tabs and coding guidelines
svn path=/trunk/gtk-sharp/; revision=113403
This commit is contained in:
parent
ffb1bf4951
commit
76c808b7cb
|
@ -34,7 +34,7 @@ namespace GLib {
|
||||||
internal bool elements_owned = false;
|
internal bool elements_owned = false;
|
||||||
protected System.Type element_type = null;
|
protected System.Type element_type = null;
|
||||||
|
|
||||||
abstract internal IntPtr NthData (uint index);
|
abstract internal IntPtr NthData (uint index);
|
||||||
abstract internal IntPtr GetData (IntPtr current);
|
abstract internal IntPtr GetData (IntPtr current);
|
||||||
abstract internal IntPtr Next (IntPtr current);
|
abstract internal IntPtr Next (IntPtr current);
|
||||||
abstract internal int Length (IntPtr list);
|
abstract internal int Length (IntPtr list);
|
||||||
|
@ -118,7 +118,7 @@ namespace GLib {
|
||||||
object[] orig = new object[Count];
|
object[] orig = new object[Count];
|
||||||
int i = 0;
|
int i = 0;
|
||||||
foreach (object o in this)
|
foreach (object o in this)
|
||||||
orig[i++] = o;
|
orig [i++] = o;
|
||||||
|
|
||||||
orig.CopyTo (array, index);
|
orig.CopyTo (array, index);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue