aboutsummaryrefslogtreecommitdiff
path: root/src/socket.c
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 /src/socket.c
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 'src/socket.c')
-rw-r--r--src/socket.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/socket.c b/src/socket.c
index 95dedbb2..8d1217bc 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -884,5 +884,3 @@ int ssh_socket_connect_proxycommand(ssh_socket s, const char *command){
#endif /* _WIN32 */
/** @} */
-
-/* vim: set ts=4 sw=4 et cindent: */