[gtksourceview/wip/chergert/fix-262: 2/2] gutterrenderer: cleanup trailing whitespace
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/chergert/fix-262: 2/2] gutterrenderer: cleanup trailing whitespace
- Date: Wed, 6 Apr 2022 21:36:05 +0000 (UTC)
commit 6805845fb07d4120b6390e09386b77caf1ad9172
Author: Christian Hergert <chergert redhat com>
Date: Wed Apr 6 14:34:16 2022 -0700
gutterrenderer: cleanup trailing whitespace
gtksourceview/gtksourcegutterrenderer.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/gtksourceview/gtksourcegutterrenderer.c b/gtksourceview/gtksourcegutterrenderer.c
index 0017b423..d8ff146a 100644
--- a/gtksourceview/gtksourcegutterrenderer.c
+++ b/gtksourceview/gtksourcegutterrenderer.c
@@ -32,7 +32,7 @@
/**
* GtkSourceGutterRenderer:
- *
+ *
* Gutter cell renderer.
*
* A `GtkSourceGutterRenderer` represents a column in a [class@Gutter]. The
@@ -368,7 +368,7 @@ gtk_source_gutter_renderer_class_init (GtkSourceGutterRendererClass *klass)
/**
* GtkSourceGutterRenderer:lines:
*
- * Contains information about the lines to be rendered.
+ * Contains information about the lines to be rendered.
*
* It should be used by #GtkSourceGutterRenderer implementations from [vfunc@Gtk.Widget.snapshot].
*/
@@ -410,8 +410,8 @@ gtk_source_gutter_renderer_class_init (GtkSourceGutterRendererClass *klass)
/**
* GtkSourceGutterRenderer:xalign:
*
- * The horizontal alignment of the renderer.
- *
+ * The horizontal alignment of the renderer.
+ *
* Set to 0 for a left alignment. 1 for a right alignment. And 0.5 for centering the cells.
* A value lower than 0 doesn't modify the alignment.
*/
@@ -457,8 +457,8 @@ gtk_source_gutter_renderer_class_init (GtkSourceGutterRendererClass *klass)
/**
* GtkSourceGutterRenderer:alignment-mode:
*
- * The alignment mode of the renderer.
- *
+ * The alignment mode of the renderer.
+ *
* This can be used to indicate that in the case a cell spans multiple lines (due to text wrapping)
* the alignment should work on either the full cell, the first line or the last line.
**/
@@ -645,7 +645,7 @@ gtk_source_gutter_renderer_set_alignment_mode (GtkSourceGutterRenderer
* gtk_source_gutter_renderer_get_alignment_mode:
* @renderer: a #GtkSourceGutterRenderer
*
- * Get the alignment mode.
+ * Get the alignment mode.
*
* The alignment mode describes the manner in which the
* renderer is aligned (see [property@GutterRenderer:xalign] and
@@ -878,7 +878,7 @@ gtk_source_gutter_renderer_set_ypad (GtkSourceGutterRenderer *renderer,
* gtk_source_gutter_renderer_get_xalign:
* @renderer: a #GtkSourceGutterRenderer
*
- * Gets the `xalign` property.
+ * Gets the `xalign` property.
*
* This may be used to adjust where within the cell rectangle the renderer will draw.
*/
@@ -923,7 +923,7 @@ gtk_source_gutter_renderer_set_xalign (GtkSourceGutterRenderer *renderer,
* gtk_source_gutter_renderer_get_yalign:
* @renderer: a #GtkSourceGutterRenderer
*
- * Gets the `yalign` property.
+ * Gets the `yalign` property.
*
* This may be used to adjust where within the cell rectangle the renderer will draw.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]