Cleanup crypt.h/.c to follow the style guide.

This commit is contained in:
Klemen Košir
2014-04-28 20:49:40 +02:00
committed by Thiago de Arruda
parent 05d29fb0b8
commit 8d14dd93b8
2 changed files with 72 additions and 100 deletions

View File

@@ -12,4 +12,4 @@ void crypt_init_keys(char_u *passwd);
void free_crypt_key(char_u *key);
char_u *get_crypt_key(int store, int twice);
#endif /* NEOVIM_CRYPT_H */
#endif // NEOVIM_CRYPT_H