[evolution] M!95 - deduplicate terminating ;; in C source code



commit 1ebd8ac5669402635d0c5a23aea88823c214b659
Author: Дилян Палаузов <git-dpa aegee org>
Date:   Wed Nov 17 14:07:42 2021 +0200

    M!95 - deduplicate terminating ;; in C source code
    
    Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/95

 src/calendar/gui/e-day-view.c      | 2 +-
 src/e-util/e-html-editor-actions.c | 2 +-
 src/e-util/e-stock-request.c       | 2 +-
 src/e-util/e-table-sort-info.c     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/calendar/gui/e-day-view.c b/src/calendar/gui/e-day-view.c
index 893303ea3a..ce243756e3 100644
--- a/src/calendar/gui/e-day-view.c
+++ b/src/calendar/gui/e-day-view.c
@@ -4270,7 +4270,7 @@ e_day_view_convert_event_coords (EDayView *day_view,
                                  gint *y_return)
 {
        gint event_x, event_y, win_x, win_y;
-       GdkWindow *event_window;;
+       GdkWindow *event_window;
 
        /* Get the event window, x & y from the appropriate event struct. */
        switch (event->type) {
diff --git a/src/e-util/e-html-editor-actions.c b/src/e-util/e-html-editor-actions.c
index f6d78acb43..061baf6f9f 100644
--- a/src/e-util/e-html-editor-actions.c
+++ b/src/e-util/e-html-editor-actions.c
@@ -2056,7 +2056,7 @@ editor_actions_setup_spell_check_menu (EHTMLEditor *editor)
        guint merge_id;
 
        manager = editor->priv->manager;
-       action_group = editor->priv->spell_check_actions;;
+       action_group = editor->priv->spell_check_actions;
        cnt_editor = e_html_editor_get_content_editor (editor);
        spell_checker = e_content_editor_ref_spell_checker (cnt_editor);
        available_dicts = e_spell_checker_list_available_dicts (spell_checker);
diff --git a/src/e-util/e-stock-request.c b/src/e-util/e-stock-request.c
index b1a1beba2f..f913db363e 100644
--- a/src/e-util/e-stock-request.c
+++ b/src/e-util/e-stock-request.c
@@ -223,7 +223,7 @@ process_stock_request_idle_cb (gpointer user_data)
                mime_type = g_strdup ("image/png");
 
        if (buffer != NULL) {
-               *sid->out_stream = g_memory_input_stream_new_from_data (buffer, buff_len, g_free);;
+               *sid->out_stream = g_memory_input_stream_new_from_data (buffer, buff_len, g_free);
                *sid->out_stream_length = buff_len;
                *sid->out_mime_type = mime_type;
 
diff --git a/src/e-util/e-table-sort-info.c b/src/e-util/e-table-sort-info.c
index 5d842843c8..3e108a7aa9 100644
--- a/src/e-util/e-table-sort-info.c
+++ b/src/e-util/e-table-sort-info.c
@@ -803,7 +803,7 @@ e_table_sort_info_load_from_node (ETableSortInfo *sort_info,
                if (g_str_equal ((gchar *) grouping->name, "leaf")) {
                        GtkSortType sort_type;
                        gboolean ascending;
-                       gint index;;
+                       gint index;
 
                        index = e_xml_get_integer_prop_by_name (
                                grouping, (guchar *) "column");


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