From 2e0b2e2e913ea25adb56ab5c593ba45ce956f868 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 12 May 2009 17:49:23 +0000 Subject: Fix the vim modeline and place it at the end of the file. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/sftpserver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libssh/sftpserver.c') 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 @@ -484,3 +482,4 @@ void sftp_handle_remove(SFTP_SESSION *sftp, void *handle) { } } +/* vim: set ts=2 sw=2 et cindent: */ -- cgit v1.2.3