mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
Cleanup crypt.h/.c to follow the style guide.
This commit is contained in:

committed by
Thiago de Arruda

parent
05d29fb0b8
commit
8d14dd93b8
@@ -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
|
||||
|
Reference in New Issue
Block a user