src/spectrum/test/spectrum-test.h
changeset 7252 c8200621e252
parent 7142 89a701fec3a1
child 7379 ff0d074f885a
--- a/src/spectrum/test/spectrum-test.h	Sun May 22 21:57:24 2011 -0700
+++ b/src/spectrum/test/spectrum-test.h	Sun May 22 22:28:15 2011 -0700
@@ -56,7 +56,7 @@
               || (i->fc > j->fc + (tol)) || (i->fc < j->fc - (tol))        \
               || (i->fh > j->fh + (tol)) || (i->fh < j->fh - (tol)))       \
             {                                           \
-              if (gBreakOnFailure) { *(int *)0 = 0;}     \
+              if (gBreakOnFailure) { *(int *)0 = 0; }     \
               std::ostringstream indexStream;           \
               indexStream << "[" << k << "]";           \
               std::ostringstream msgStream;     \
@@ -117,7 +117,7 @@
         {                                                                      \
           if ((*i) > (*j) + (tol) || (*i) < (*j) - (tol))                      \
             {                                           \
-              if (gBreakOnFailure) { *(int *)0 = 0;}     \
+              if (gBreakOnFailure) { *(int *)0 = 0; }     \
               std::ostringstream indexStream;           \
               indexStream << "[" << k << "]";           \
               std::ostringstream msgStream;     \