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 +}; +