core: remove some spaces
This commit is contained in:
parent
9fe6ce1cdc
commit
ddd829a1c7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user