From ddd829a1c707deb2ff1d4dfe2a5bd4ab09d048ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 29 Aug 2014 15:40:50 +0200 Subject: [PATCH] core: remove some spaces --- src/gui/gui-hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui-hotlist.c b/src/gui/gui-hotlist.c index 4bf71077c..aefad4a21 100644 --- a/src/gui/gui-hotlist.c +++ b/src/gui/gui-hotlist.c @@ -190,7 +190,7 @@ gui_hotlist_find_pos (struct t_gui_hotlist *hotlist, if ((new_hotlist->priority > ptr_hotlist->priority) || ((new_hotlist->priority == ptr_hotlist->priority) && (util_timeval_diff (&(new_hotlist->creation_time), - &(ptr_hotlist->creation_time)) < 0))) + &(ptr_hotlist->creation_time)) < 0))) return ptr_hotlist; } break;