]> andersk Git - openssh.git/blobdiff - match.c
- OpenBSD CVS updates.
[openssh.git] / match.c
diff --git a/match.c b/match.c
index 44d2584ad9e968bc4513377ff32f558eea00f28f..5d076ff9e7a842bf32f1685b0d283be9e16b8bc8 100644 (file)
--- a/match.c
+++ b/match.c
@@ -1,16 +1,16 @@
 /*
- * 
+ *
  * match.c
- * 
+ *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
- * 
+ *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
- * 
+ *
  * Created: Thu Jun 22 01:17:50 1995 ylo
- * 
+ *
  * Simple pattern matching, with '*' and '?' as wildcards.
- * 
+ *
  */
 
 #include "includes.h"
@@ -23,7 +23,7 @@ RCSID("$Id$");
  * and * as wildcards), and zero if it does not match.
  */
 
-int 
+int
 match_pattern(const char *s, const char *pattern)
 {
        for (;;) {
This page took 1.104395 seconds and 4 git commands to generate.