aboutsummaryrefslogtreecommitdiff
path: root/libssh/sftpserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/sftpserver.c')
-rw-r--r--libssh/sftpserver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libssh/sftpserver.c b/libssh/sftpserver.c
index a6b9cbf0..1bb9d3e2 100644
--- a/libssh/sftpserver.c
+++ b/libssh/sftpserver.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
*/
#include <unistd.h>
@@ -484,3 +482,4 @@ void sftp_handle_remove(SFTP_SESSION *sftp, void *handle) {
}
}
+/* vim: set ts=2 sw=2 et cindent: */