mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 20:05:29 +00:00
pango: Re-indent code that was moved inside partial classes
No real code change, just whitespace.
This commit is contained in:
parent
094a49f69a
commit
5b22918f4f
|
@ -38,6 +38,7 @@ public LayoutLine[] Lines {
|
||||||
LayoutLine[] result = new LayoutLine [list.Count];
|
LayoutLine[] result = new LayoutLine [list.Count];
|
||||||
for (int i = 0; i < list.Count; i++)
|
for (int i = 0; i < list.Count; i++)
|
||||||
result[i] = new LayoutLine ((IntPtr)list[i]);
|
result[i] = new LayoutLine ((IntPtr)list[i]);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue