Index: trunk/psLib/test/math/tap_psFunc01.c
===================================================================
--- trunk/psLib/test/math/tap_psFunc01.c	(revision 10945)
+++ trunk/psLib/test/math/tap_psFunc01.c	(revision 13124)
@@ -10,4 +10,5 @@
 #include "tap.h"
 #include "pstap.h"
+
 #define MY_MEAN 5.0
 #define MY_STDEV 2.0
@@ -21,8 +22,8 @@
     plan_tests(4);
 
+
     // Test the psGaussian(): normalized version
     {
         psMemId id = psMemGetId();
-
         bool errorFlag = false;
         for (psS32 x = 0 ; x < (int) (MY_MEAN * 2.0) ; x++)
@@ -37,4 +38,5 @@
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     }
+
 
     // Test the psGaussian(): non-normalized version
