Skip to content
This repository was archived by the owner on Nov 11, 2018. It is now read-only.

Commit 8e1f1e9

Browse files
committed
whitespace issues
1 parent a599118 commit 8e1f1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TerminalView.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public class TerminalOutputView : Mx.ScrollView {
438438
geometry.y = int.MAX;
439439
geometry.width = 0;
440440
geometry.height = 0;
441-
} else {
441+
} else {
442442
// NOTE: line_container.get_line_view(position.line).get_geometry() does not work here
443443
// because the layout manager takes over positioning
444444
// TODO: Is that still true?
@@ -601,7 +601,7 @@ public class LineContainer : Clutter.Actor, Mx.Scrollable {
601601
// (cf. https://mail.gnome.org/archives/clutter-list/2013-September/msg00005.html)
602602
insert_child_at_index(line_view, -1);
603603
}
604-
604+
605605
public LineView get_line_view(int index) {
606606
return line_views[index];
607607
}

0 commit comments

Comments
 (0)