Skip to content

Commit

Permalink
Indentation fixes
Browse files Browse the repository at this point in the history
darcs-hash:20071014101502-75c98-5767d159d7c10deda49c23ad9e3758d93024950f.gz
  • Loading branch information
liljencrantz committed Oct 14, 2007
1 parent 175dd75 commit 89c27c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -2120,15 +2120,15 @@ void reader_set_prompt( wchar_t *new_prompt )
}

void reader_set_complete_function( void (*f)( const wchar_t *,
array_list_t * ) )
array_list_t * ) )
{
data->complete_func = f;
}

void reader_set_highlight_function( void (*f)( wchar_t *,
int *,
int,
array_list_t * ) )
int *,
int,
array_list_t * ) )
{
data->highlight_func = f;
}
Expand Down

0 comments on commit 89c27c6

Please sign in to comment.