Indentation fixes

darcs-hash:20071014101502-75c98-5767d159d7c10deda49c23ad9e3758d93024950f.gz
This commit is contained in:
liljencrantz 2007-10-14 20:15:02 +10:00
parent 175dd75a3d
commit 89c27c6d9d

View file

@ -2120,15 +2120,15 @@ void reader_set_prompt( wchar_t *new_prompt )
} }
void reader_set_complete_function( void (*f)( const wchar_t *, void reader_set_complete_function( void (*f)( const wchar_t *,
array_list_t * ) ) array_list_t * ) )
{ {
data->complete_func = f; data->complete_func = f;
} }
void reader_set_highlight_function( void (*f)( wchar_t *, void reader_set_highlight_function( void (*f)( wchar_t *,
int *, int *,
int, int,
array_list_t * ) ) array_list_t * ) )
{ {
data->highlight_func = f; data->highlight_func = f;
} }