Imported Upstream version 2.7
[ossec-hids.git] / src / shared / math_op.c
index 21ef109..b08f854 100755 (executable)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/shared/math_op.c, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
@@ -24,14 +25,14 @@ int os_getprime(int val)
 {
     int i;
     int max_i;
-    
+
     /* Value can't be even */
     if((val % 2) == 0)
     {
         val++;
     }
-   
-   
+
+
     do
     {
         /* We just need to check odd numbers up until half