Replaced tab with spaces

This commit is contained in:
John Jones 2018-02-26 16:54:32 -05:00
parent 9d5a32c536
commit 046c65016b

View file

@ -188,9 +188,8 @@ void cli::getline( const fc::string& prompt, fc::string& line)
if( _isatty( _fileno( stdin ) ) )
#endif
{
//rl_attempted_completion_function = cli_completion;
rl_set_complete_func(my_rl_complete);
rl_set_list_possib_func(cli_completion);
rl_set_complete_func(my_rl_complete);
rl_set_list_possib_func(cli_completion);
static fc::thread getline_thread("getline");
getline_thread.async( [&](){