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

Commit

Permalink
whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cepko33 committed Aug 31, 2014
1 parent a599118 commit 8e1f1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TerminalView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public class TerminalOutputView : Mx.ScrollView {
geometry.y = int.MAX;
geometry.width = 0;
geometry.height = 0;
} else {
} else {
// NOTE: line_container.get_line_view(position.line).get_geometry() does not work here
// because the layout manager takes over positioning
// TODO: Is that still true?
Expand Down Expand Up @@ -601,7 +601,7 @@ public class LineContainer : Clutter.Actor, Mx.Scrollable {
// (cf. https://mail.gnome.org/archives/clutter-list/2013-September/msg00005.html)
insert_child_at_index(line_view, -1);
}

public LineView get_line_view(int index) {
return line_views[index];
}
Expand Down

0 comments on commit 8e1f1e9

Please sign in to comment.