Imported Upstream version 2.7
[ossec-hids.git] / src / os_regex / os_regex.c
index c429271..8e871ad 100755 (executable)
@@ -39,7 +39,7 @@ int OS_Regex(char *pattern, char *str)
 
         OSRegex_FreePattern(&reg);
     }
-    
+
     return(r_code);
 }