Imported Upstream version 2.7
[ossec-hids.git] / src / shared / tests / ip_test.c
index 149f1b9..685905a 100755 (executable)
@@ -14,7 +14,7 @@ int main(int argc, char **argv)
     {
         printf("Invalid ip\n");
     }
-    
+
     if(OS_IPFound(argv[2], &myip))
     {
         printf("IP MATCHED!\n");