]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinDefs.h
CLEANED UP WHITESPACE
[lugaru.git] / Source / WinDefs.h
index de92c5f7180534c0cab82776ddcd9b26f27757f2..31dd352d12598aa1fc7239c0668fb692001ec6bb 100644 (file)
@@ -63,7 +63,7 @@ typedef struct AbsoluteTime {
     unsigned long   lo;
 } AbsoluteTime;
 
-AbsoluteTime UpTime();         // NOTE: returns time since app started, not system start
+AbsoluteTime UpTime(); // NOTE: returns time since app started, not system start
 
 typedef long Duration;
 
@@ -84,8 +84,8 @@ Duration AbsoluteDeltaToDuration( AbsoluteTime& a, AbsoluteTime& b);
 /*
 inline bool isnormal( double x)
 {
-       int ret = _fpclass( x);
-       return (ret == _FPCLASS_NN || ret == _FPCLASS_PN);
+    int ret = _fpclass( x);
+    return (ret == _FPCLASS_NN || ret == _FPCLASS_PN);
 }
 */