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>
This commit is contained in:
Andreas Schneider
2018-06-28 08:21:41 +02:00
parent f3de2974a9
commit c563ed636a
40 changed files with 0 additions and 72 deletions

View File

@@ -115,4 +115,3 @@ ssh_string ssh_agent_sign_data(ssh_session session,
#endif
#endif /* __AGENT_H */
/* vim: set ts=2 sw=2 et cindent: */

View File

@@ -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_ */

View File

@@ -774,4 +774,3 @@ LIBSSH_API uint32_t ssh_buffer_get_len(ssh_buffer buffer);
}
#endif
#endif /* _LIBSSH_H */
/* vim: set ts=2 sw=2 et cindent: */

View File

@@ -43,4 +43,3 @@ int ssh_pcap_context_write(ssh_pcap_context,enum ssh_pcap_direction direction, v
#endif /* WITH_PCAP */
#endif /* PCAP_H_ */
/* vim: set ts=2 sw=2 et cindent: */

View File

@@ -371,4 +371,3 @@ void explicit_bzero(void *s, size_t n);
void ssh_agent_state_free(void *data);
#endif /* _LIBSSH_PRIV_H */
/* vim: set ts=4 sw=4 et cindent: */

View File

@@ -1023,4 +1023,3 @@ LIBSSH_API void sftp_handle_remove(sftp_session sftp, void *handle);
#endif /* SFTP_H */
/** @} */
/* vim: set ts=2 sw=2 et cindent: */