mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removed blank lines
This commit is contained in:
parent
cb85af800f
commit
cd06771ddf
@ -771,8 +771,6 @@ ui_duck_result(const char * const result)
|
||||
wprintw(windows[win_index]->win, "Result : ");
|
||||
wattroff(windows[win_index]->win, COLOUR_THEM);
|
||||
|
||||
|
||||
|
||||
glong offset = 0;
|
||||
while (offset < g_utf8_strlen(result, -1)) {
|
||||
gchar *ptr = g_utf8_offset_to_pointer(result, offset);
|
||||
|
Loading…
Reference in New Issue
Block a user