]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/math.h
adjusted indentation with astyle; added Id keyword
[wxWidgets.git] / interface / math.h
index db1265755e48b215146ecdc0a87872ce085ec888..e122fa02bfacc6888d1ada5f67699206c0e647e4 100644 (file)
@@ -1,16 +1,15 @@
 /////////////////////////////////////////////////////////////////////////////
-    // Name:        math.h
-    // Purpose:     documentation for global functions
-    // Author:      wxWidgets team
-    // RCS-ID:      $Id$
-    // Licence:     wxWindows license
-    /////////////////////////////////////////////////////////////////////////////
-    
-    /**
-    Returns a non-zero value if @e x is neither infinite nor NaN (not a number),
-    returns 0 otherwise.
+// Name:        math.h
+// Purpose:     documentation for global functions
+// Author:      wxWidgets team
+// RCS-ID:      $Id$
+// Licence:     wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+
+/**
+Returns a non-zero value if @e x is neither infinite nor NaN (not a number),
+returns 0 otherwise.
 */
 int wxFinite(double x);
 
 
-    
\ No newline at end of file