Updated comments in spell.h/.c to follow the style guide.

This commit is contained in:
Klemen Košir 2014-04-29 15:40:28 +02:00 committed by Thiago de Arruda
parent 463d0940e3
commit 1a5505c46b
2 changed files with 3317 additions and 3867 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
#ifndef NEOVIM_SPELL_H
#define NEOVIM_SPELL_H
/* spell.c */
int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol,
int docount);
int spell_move_to(win_T *wp, int dir, int allwords, int curline,
@ -30,4 +30,4 @@ int spell_word_start(int startcol);
void spell_expand_check_cap(colnr_T col);
int expand_spelling(linenr_T lnum, char_u *pat, char_u ***matchp);
#endif /* NEOVIM_SPELL_H */
#endif // NEOVIM_SPELL_H