mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 18:51:04 +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];
|
||||
int i = 0;
|
||||
foreach (object o in this)
|
||||
orig[i++] = o;
|
||||
orig [i++] = o;
|
||||
|
||||
orig.CopyTo (array, index);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue