[gtksourceview] completion: space cleanup



commit bddbfca0691b0daf612fb26673f9bc256692ca4d
Author: Christian Hergert <chergert redhat com>
Date:   Sat Jun 11 20:34:17 2022 -0700

    completion: space cleanup

 gtksourceview/gtksourcecompletion.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletion.c b/gtksourceview/gtksourcecompletion.c
index 1eb04b80..e73bc830 100644
--- a/gtksourceview/gtksourcecompletion.c
+++ b/gtksourceview/gtksourcecompletion.c
@@ -608,16 +608,16 @@ gtk_source_completion_real_show (GtkSourceCompletion *self)
 static gboolean
 gtk_source_completion_queued_update_cb (gpointer user_data)
 {
-  GtkSourceCompletion *self = user_data;
+       GtkSourceCompletion *self = user_data;
 
-  g_assert (GTK_SOURCE_IS_COMPLETION (self));
+       g_assert (GTK_SOURCE_IS_COMPLETION (self));
 
-  self->queued_update = 0;
+       self->queued_update = 0;
 
-  if (self->context != NULL)
-    gtk_source_completion_update (self, GTK_SOURCE_COMPLETION_ACTIVATION_INTERACTIVE);
+       if (self->context != NULL)
+               gtk_source_completion_update (self, GTK_SOURCE_COMPLETION_ACTIVATION_INTERACTIVE);
 
-  return G_SOURCE_REMOVE;
+       return G_SOURCE_REMOVE;
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]