aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/crypto.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-28 08:21:41 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-28 08:41:08 +0200
commitc563ed636a47f28f3e965bbbc9e0af26acc9f911 (patch)
treec23f206e4d996b6da397202ca08f821a6afc087f /include/libssh/crypto.h
parentf3de2974a9e5bea5e43b82a350be60a39265d1e1 (diff)
downloadlibssh-c563ed636a47f28f3e965bbbc9e0af26acc9f911.tar.gz
libssh-c563ed636a47f28f3e965bbbc9e0af26acc9f911.tar.xz
libssh-c563ed636a47f28f3e965bbbc9e0af26acc9f911.zip
Remove vim modelines from all files
If you want modelines use my vim plugin: https://github.com/cryptomilk/git-modeline.vim git config --add vim.modeline "ts=4 sw=4 et" Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/crypto.h')
-rw-r--r--include/libssh/crypto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h
index fab39ed1..3a1af62d 100644
--- a/include/libssh/crypto.h
+++ b/include/libssh/crypto.h
@@ -152,5 +152,4 @@ struct ssh_cipher_struct {
void (*cleanup)(struct ssh_cipher_struct *cipher);
};
-/* vim: set ts=2 sw=2 et cindent: */
#endif /* _CRYPTO_H_ */