From f17fbb8285d0b38a28bbe8f628f2bb12fa4e401f Mon Sep 17 00:00:00 2001 From: "brendan%mozilla.org" Date: Wed, 4 Aug 2004 02:28:58 +0000 Subject: [PATCH] Whitespace cleanup. git-svn-id: svn://10.0.0.236/trunk@160327 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/src/prmjtime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/js/src/prmjtime.c b/mozilla/js/src/prmjtime.c index 0a53f76bf8e..774f83999c4 100644 --- a/mozilla/js/src/prmjtime.c +++ b/mozilla/js/src/prmjtime.c @@ -200,7 +200,7 @@ pascal void __JSTerminate() /* clean up the sleepQ entry */ if (gSleepQEntryInstalled) SleepQRemove(&gSleepQEntry); - + __NSTerminate(); } #endif /* XP_MACOSX */ @@ -485,7 +485,7 @@ PRMJ_FormatTime(char *buf, int buflen, char *fmt, PRMJTime *prtm) * years. Might still make sense to use this, but find the range of years * for which valid tz information exists, and map (per ECMA hint) from the * given year into that range. - + * N.B. This hasn't been tested with anything that actually _uses_ * tm_gmtoff; zero might be the wrong thing to set it to if you really need * to format a time. This fix is for jsdate.c, which only uses