1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: remove some spaces

This commit is contained in:
Sébastien Helleu
2014-08-29 15:40:50 +02:00
parent 9fe6ce1cdc
commit ddd829a1c7
+1 -1
View File
@@ -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;