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
3 changed files with 54 additions and 53 deletions
|
@ -38,6 +38,7 @@ public LayoutLine[] Lines {
|
|||
LayoutLine[] result = new LayoutLine [list.Count];
|
||||
for (int i = 0; i < list.Count; i++)
|
||||
result[i] = new LayoutLine ((IntPtr)list[i]);
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue