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,7 +188,6 @@ void cli::getline( const fc::string& prompt, fc::string& line)
if( _isatty( _fileno( stdin ) ) ) if( _isatty( _fileno( stdin ) ) )
#endif #endif
{ {
//rl_attempted_completion_function = cli_completion;
rl_set_complete_func(my_rl_complete); rl_set_complete_func(my_rl_complete);
rl_set_list_possib_func(cli_completion); rl_set_list_possib_func(cli_completion);