aboutsummaryrefslogtreecommitdiff
path: root/libssh/agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/agent.c')
-rw-r--r--libssh/agent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libssh/agent.c b/libssh/agent.c
index ffc87632..3aae9196 100644
--- a/libssh/agent.c
+++ b/libssh/agent.c
@@ -19,8 +19,6 @@
* along with the SSH Library; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
- *
- * vim: ts=2 sw=2 et cindent
*/
/* This file is based on authfd.c from OpenSSH */
@@ -496,3 +494,4 @@ int agent_is_running(SSH_SESSION *session) {
#endif /* _WIN32 */
+/* vim: set ts=2 sw=2 et cindent: */