Applied coding style to src/ui/

This commit is contained in:
James Booth
2015-10-25 23:31:11 +00:00
parent 4a6b729a54
commit 2ce43b633f
10 changed files with 188 additions and 189 deletions

View File

@@ -129,7 +129,7 @@ create_input_window(void)
_inp_win_update_virtual();
}
char *
char*
inp_readline(void)
{
free(inp_line);
@@ -225,7 +225,7 @@ inp_close(void)
rl_callback_handler_remove();
}
char *
char*
inp_get_line(void)
{
werase(inp_win);