summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-list.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:54:59 +0200
committerZenWalker <[email protected]>2019-07-05 17:09:27 +0200
commit188846cecfda3b8f19e45ca37a60d817bff2afed (patch)
tree571ae1908573dd88f390482faf1a8c75ea61cc68 /mate-panel/libpanel-util/panel-list.c
parent96ceed2717780188bc0eb84565d91617783d7192 (diff)
downloadmate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.bz2
mate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'mate-panel/libpanel-util/panel-list.c')
-rw-r--r--mate-panel/libpanel-util/panel-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/libpanel-util/panel-list.c b/mate-panel/libpanel-util/panel-list.c
index 3c0a9eec..9b1ad3f9 100644
--- a/mate-panel/libpanel-util/panel-list.c
+++ b/mate-panel/libpanel-util/panel-list.c
@@ -84,7 +84,7 @@ panel_g_list_insert_after (GList *list,
link->prev = sibling;
return list;
}
-
+
} else {
link->next = list;
list->prev = link;