Index: trunk/psLib/test/pstap/src/pstap.h
===================================================================
--- trunk/psLib/test/pstap/src/pstap.h	(revision 10822)
+++ trunk/psLib/test/pstap/src/pstap.h	(revision 12383)
@@ -6,19 +6,18 @@
 return exit_status()
 
-       # define mem() ok(psMemCheckLeaks(psMemGetLastId(), NULL, stdout, false) == 0, "Memory Leaks")
+# define mem() ok(psMemCheckLeaks(psMemGetLastId(), NULL, stdout, false) == 0, "Memory Leaks")
 
-       # define checkLeaks false
+# define checkLeaks false
 
-       # define checkMem() if(checkLeaks) mem()
+# define checkMem() if(checkLeaks) mem()
 
-           # ifdef __GNUC__
+# ifdef __GNUC__
 
-           // write a comment which is counted as a test (and swallowed by prove)
-           # define note(A, ...){ \
-           fprintf(stdout, A, ## __VA_ARGS__); \
-           fprintf(stdout, "\n[%s:%d in %s]\n", __FILE__, __LINE__, __func__); }
-
-       // write a comment which is counted as a test (and swallowed by prove)
-       # define noted(A, ...) _gen_result(1, __func__, __FILE__, __LINE__, A, ## __VA_ARGS__);
+// write a comment which is counted as a test (and swallowed by prove)
+# define note(A, ...){ \
+fprintf(stdout, A, ## __VA_ARGS__); \
+fprintf(stdout, "\n[%s:%d in %s]\n", __FILE__, __LINE__, __func__); }
+// write a comment which is counted as a test (and swallowed by prove)
+# define noted(A, ...) _gen_result(1, __func__, __FILE__, __LINE__, A, ## __VA_ARGS__);
 
 // use to test the value of a float
