[gnome-builder/wip/gtk4-port: 1730/1774] plugins/todo: fix spacing




commit 4770e0043df78b1a8657ba8d97ee6d5c84e8a3e3
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 29 12:55:52 2022 -0700

    plugins/todo: fix spacing

 src/plugins/todo/gbp-todo-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/todo/gbp-todo-panel.c b/src/plugins/todo/gbp-todo-panel.c
index ec9fdc6e0..e1beb3837 100644
--- a/src/plugins/todo/gbp-todo-panel.c
+++ b/src/plugins/todo/gbp-todo-panel.c
@@ -200,7 +200,7 @@ gbp_todo_panel_query_tooltip (GbpTodoPanel *self,
           gtk_tree_view_set_tooltip_row (tree_view, tooltip, path);
           gtk_tooltip_set_markup (tooltip, str->str);
 
-         return TRUE;
+          return TRUE;
         }
     }
 


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