From 5bcf4308a6b9fc86eacc7189f0b04f368a9a42d3 Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Tue, 28 Sep 1999 21:21:31 +0000 Subject: [PATCH] add newline at the end of the files git-svn-id: svn://10.0.0.236/trunk@49239 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/appshell/eventloop/xp/nsIEvent.idl | 3 ++- mozilla/xpcom/appshell/eventloop/xp/nsIEventFilter.idl | 3 ++- mozilla/xpcom/appshell/eventloop/xp/nsIEventLoop.idl | 3 ++- mozilla/xpcom/appshell/eventloop/xp/nsITranslateListener.idl | 3 ++- mozilla/xpcom/appshell/eventloop/xp/nsPIEventLoop.idl | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/mozilla/xpcom/appshell/eventloop/xp/nsIEvent.idl b/mozilla/xpcom/appshell/eventloop/xp/nsIEvent.idl index 66283e33927..0bf6a874a44 100644 --- a/mozilla/xpcom/appshell/eventloop/xp/nsIEvent.idl +++ b/mozilla/xpcom/appshell/eventloop/xp/nsIEvent.idl @@ -80,4 +80,5 @@ interface nsIEvent : nsISupports in voidStar data); readonly attribute boolean isExitEvent; -}; \ No newline at end of file +}; + diff --git a/mozilla/xpcom/appshell/eventloop/xp/nsIEventFilter.idl b/mozilla/xpcom/appshell/eventloop/xp/nsIEventFilter.idl index 952c39f67f6..01662ca8587 100644 --- a/mozilla/xpcom/appshell/eventloop/xp/nsIEventFilter.idl +++ b/mozilla/xpcom/appshell/eventloop/xp/nsIEventFilter.idl @@ -79,4 +79,5 @@ interface nsIEventFilter : nsISupports [noscript] void SetNativeData(in nsNativeFilterDataType dataType, in voidStar data); -}; \ No newline at end of file +}; + diff --git a/mozilla/xpcom/appshell/eventloop/xp/nsIEventLoop.idl b/mozilla/xpcom/appshell/eventloop/xp/nsIEventLoop.idl index 1b57234d9d4..3b9e114d1e0 100644 --- a/mozilla/xpcom/appshell/eventloop/xp/nsIEventLoop.idl +++ b/mozilla/xpcom/appshell/eventloop/xp/nsIEventLoop.idl @@ -256,4 +256,5 @@ interface nsIEventLoop : nsISupports /* Specifies the name of the event loop. This was set upon creation. */ readonly attribute wstring EventLoopName; -}; \ No newline at end of file +}; + diff --git a/mozilla/xpcom/appshell/eventloop/xp/nsITranslateListener.idl b/mozilla/xpcom/appshell/eventloop/xp/nsITranslateListener.idl index e9e674576c6..5b4ead18e68 100644 --- a/mozilla/xpcom/appshell/eventloop/xp/nsITranslateListener.idl +++ b/mozilla/xpcom/appshell/eventloop/xp/nsITranslateListener.idl @@ -79,4 +79,5 @@ interface nsITranslateListener : nsISupports should die immediately. */ void PostTranslate(in nsIEvent evt, in boolean fTranslateHandled); -}; \ No newline at end of file +}; + diff --git a/mozilla/xpcom/appshell/eventloop/xp/nsPIEventLoop.idl b/mozilla/xpcom/appshell/eventloop/xp/nsPIEventLoop.idl index d274ff09852..8fda3c7901e 100644 --- a/mozilla/xpcom/appshell/eventloop/xp/nsPIEventLoop.idl +++ b/mozilla/xpcom/appshell/eventloop/xp/nsPIEventLoop.idl @@ -41,4 +41,5 @@ interface nsPIEventLoop : nsISupports */ void LoopInit(in wstring name); -}; \ No newline at end of file +}; +