diff options
| author | Andreas Schneider <mail@cynapses.org> | 2009-05-12 17:49:23 +0000 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2009-05-12 17:49:23 +0000 |
| commit | 2e0b2e2e913ea25adb56ab5c593ba45ce956f868 (patch) | |
| tree | 304a9baed0dc738da6de9e74afe366975161e169 /libssh/match.c | |
| parent | 80ba62a5190b4f066f71a309bd815b4aa3d58b28 (diff) | |
| download | libssh-2e0b2e2e913ea25adb56ab5c593ba45ce956f868.tar.gz libssh-2e0b2e2e913ea25adb56ab5c593ba45ce956f868.tar.xz libssh-2e0b2e2e913ea25adb56ab5c593ba45ce956f868.zip | |
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
Diffstat (limited to 'libssh/match.c')
| -rw-r--r-- | libssh/match.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 <ctype.h> #include <string.h> #include <sys/types.h> @@ -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: */ |
