diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-18 17:05:26 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-20 19:17:49 -0400 |
commit | 8ba16eb4f1e6df67d79a9d509a3a45126a032e46 (patch) | |
tree | bb493f2acbf893de29db9e393a4f364b7dd05ac2 /gtk/gtktextbtree.c | |
parent | ab6a5be0f860c29432b4a8e9d3a4cd3bbad0a63a (diff) | |
download | gtk+-8ba16eb4f1e6df67d79a9d509a3a45126a032e46.tar.gz |
Documentation fixes
Mostly fixing up indentation of continuation lines,
and other small cleanups.
Diffstat (limited to 'gtk/gtktextbtree.c')
-rw-r--r-- | gtk/gtktextbtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextbtree.c b/gtk/gtktextbtree.c index 748e65ae18..6d02b70098 100644 --- a/gtk/gtktextbtree.c +++ b/gtk/gtktextbtree.c @@ -5211,7 +5211,7 @@ gtk_text_btree_node_validate (BTreeView *view, * @tree: a #GtkTextBTree * @view_id: view id * @max_pixels: the maximum number of pixels to validate. (No more - * than one paragraph beyond this limit will be validated) + * than one paragraph beyond this limit will be validated) * @y: location to store starting y coordinate of validated region * @old_height: location to store old height of validated region * @new_height: location to store new height of validated region |