Minor style fix

This commit is contained in:
Ignacio Casal Quinteiro 2015-12-18 11:19:02 +01:00
parent 65e3fd2e1c
commit 6eb157f4e7

View file

@ -150,10 +150,12 @@ class Gitg.DiffViewHunk : Gtk.Grid
update_theme();
}
private void update_cursor() {
private void update_cursor()
{
var window = d_sourceview_hunk.get_window(Gtk.TextWindowType.TEXT);
if (window == null) {
if (window == null)
{
return;
}