summaryrefslogtreecommitdiff
path: root/src/gui/gui-hotlist.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-08-29 15:40:50 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-08-29 15:40:50 +0200
commitddd829a1c707deb2ff1d4dfe2a5bd4ab09d048ba (patch)
tree190787c5477bbd93eff7f561954d777f656161b0 /src/gui/gui-hotlist.c
parent9fe6ce1cdc9e66bfbc94fc2fd1b445fe07d75149 (diff)
downloadweechat-ddd829a1c707deb2ff1d4dfe2a5bd4ab09d048ba.zip
core: remove some spaces
Diffstat (limited to 'src/gui/gui-hotlist.c')
-rw-r--r--src/gui/gui-hotlist.c2
1 files changed, 1 insertions, 1 deletions
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;