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/match.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libssh/match.c') diff --git a/libssh/match.c b/libssh/match.c index b30c2f71..98adf67e 100644 --- a/libssh/match.c +++ b/libssh/match.c @@ -35,10 +35,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* - * vim: ts=2 sw=2 et cindent - */ - #include #include #include @@ -186,3 +182,4 @@ int match_hostname(const char *host, const char *pattern, unsigned int len) { return match_pattern_list(host, pattern, len, 1); } +/* vim: set ts=2 sw=2 et cindent: */ -- cgit