1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Tidied whitespace

This commit is contained in:
James Booth 2014-11-22 20:41:47 +00:00
parent cdba79cbb5
commit d965709910

View File

@ -178,7 +178,6 @@ _title_bar_draw(void)
_show_contact_presence();
#ifdef HAVE_LIBOTR
_show_privacy();
#endif
@ -205,16 +204,14 @@ _title_bar_draw(void)
static void
_show_self_presence(void)
{
int presence_attrs = 0;
int bracket_attrs = theme_attrs(THEME_TITLE_BRACKET);
int cols = getmaxx(stdscr);
wattron(win, bracket_attrs);
mvwaddch(win, 0, cols - 14, '[');
wattroff(win, bracket_attrs);
int presence_attrs = 0;
switch (current_presence)
{
case CONTACT_ONLINE: