mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 01:31:13 +00:00
[gtk/gtktextview] Use {} in empty if..else blocks
This commit is contained in:
parent
f35c581de4
commit
62bfbe91d8
@ -1865,9 +1865,13 @@ gtk_text_view_scroll_to_iter (GtkTextView *text_view,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (retval)
|
if (retval)
|
||||||
DV(g_print (">Actually scrolled ("G_STRLOC")\n"));
|
{
|
||||||
|
DV(g_print (">Actually scrolled ("G_STRLOC")\n"));
|
||||||
|
}
|
||||||
else
|
else
|
||||||
DV(g_print (">Didn't end up scrolling ("G_STRLOC")\n"));
|
{
|
||||||
|
DV(g_print (">Didn't end up scrolling ("G_STRLOC")\n"));
|
||||||
|
}
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user