From eb460ffcccaee72c731181d63383cb915a65fe26 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Wed, 10 Apr 2002 08:44:15 +0000 Subject: [PATCH] Add newline to fix hpux tinderbox bustage. git-svn-id: svn://10.0.0.236/trunk@118602 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/threads/nsTimerImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/threads/nsTimerImpl.cpp b/mozilla/xpcom/threads/nsTimerImpl.cpp index afbde5b88f6..5cdda285933 100644 --- a/mozilla/xpcom/threads/nsTimerImpl.cpp +++ b/mozilla/xpcom/threads/nsTimerImpl.cpp @@ -586,4 +586,4 @@ NS_IMETHODIMP nsTimerManager::FireNextIdleTimer() // pull out each one starting at the beginning until no more are left and fire them. return NS_OK; -} \ No newline at end of file +}