mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-06 14:28:20 +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
|
@ -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