--- 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; \