1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Removed whitespace

This commit is contained in:
James Booth 2012-07-07 23:57:52 +01:00
parent 78e70abc17
commit 859a059125

View File

@ -100,7 +100,6 @@ void inp_get_char(int *ch, char *input, int *size)
int inp_x = 0; int inp_x = 0;
int i; int i;
// echo off, and get some more input // echo off, and get some more input
noecho(); noecho();
*ch = wgetch(inp_win); *ch = wgetch(inp_win);