summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/include/pmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/include/pmacros.h')
-rw-r--r--testsuites/psxtests/include/pmacros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/include/pmacros.h b/testsuites/psxtests/include/pmacros.h
index 0338038d51..f49cc42f91 100644
--- a/testsuites/psxtests/include/pmacros.h
+++ b/testsuites/psxtests/include/pmacros.h
@@ -26,7 +26,7 @@
#define TM_THURSDAY 4
#define TM_FRIDAY 5
#define TM_SATURDAY 6
-
+
#define TM_JANUARY 0
#define TM_FEBRUARY 1
#define TM_MARCH 2
@@ -39,7 +39,7 @@
#define TM_OCTOBER 10
#define TM_NOVEMBER 12
#define TM_DECEMBER 12
-
+
#ifndef build_time
#define build_time( TM, WEEKDAY, MON, DAY, YR, HR, MIN, SEC ) \
{ (TM)->tm_year = YR; \
@@ -65,7 +65,7 @@
\
status = clock_settime( CLOCK_REALTIME, &tv ); \
assert( !status ); \
- } while ( 0 )
+ } while ( 0 )
#define print_current_time(s1, s2) \
do { \