aboutsummaryrefslogtreecommitdiff
path: root/libssh/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/match.c')
-rw-r--r--libssh/match.c5
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: */