aboutsummaryrefslogtreecommitdiff
path: root/src/crypt.h
diff options
context:
space:
mode:
authorKlemen Košir <klemen913@gmail.com>2014-04-28 20:49:40 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-29 15:05:05 -0300
commit8d14dd93b8e52be3197c31c8f5d1be2746eb2818 (patch)
treedd3cc15d473eb51ff5a9a4b231771c17bd2bf2ad /src/crypt.h
parent05d29fb0b8c1f4082287a020a12aac2d4acc80bc (diff)
downloadrneovim-8d14dd93b8e52be3197c31c8f5d1be2746eb2818.tar.gz
rneovim-8d14dd93b8e52be3197c31c8f5d1be2746eb2818.tar.bz2
rneovim-8d14dd93b8e52be3197c31c8f5d1be2746eb2818.zip
Cleanup crypt.h/.c to follow the style guide.
Diffstat (limited to 'src/crypt.h')
-rw-r--r--src/crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypt.h b/src/crypt.h
index 4cbb5ba272..bcbb964b4a 100644
--- a/src/crypt.h
+++ b/src/crypt.h
@@ -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