add newline at the end of the files

git-svn-id: svn://10.0.0.236/trunk@49239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com
1999-09-28 21:21:31 +00:00
parent 3e6fdf5e98
commit 5bcf4308a6
5 changed files with 10 additions and 5 deletions

View File

@@ -80,4 +80,5 @@ interface nsIEvent : nsISupports
in voidStar data);
readonly attribute boolean isExitEvent;
};
};

View File

@@ -79,4 +79,5 @@ interface nsIEventFilter : nsISupports
[noscript] void SetNativeData(in nsNativeFilterDataType dataType,
in voidStar data);
};
};

View File

@@ -256,4 +256,5 @@ interface nsIEventLoop : nsISupports
/* Specifies the name of the event loop. This was set upon creation. */
readonly attribute wstring EventLoopName;
};
};

View File

@@ -79,4 +79,5 @@ interface nsITranslateListener : nsISupports
should die immediately.
*/
void PostTranslate(in nsIEvent evt, in boolean fTranslateHandled);
};
};

View File

@@ -41,4 +41,5 @@ interface nsPIEventLoop : nsISupports
*/
void LoopInit(in wstring name);
};
};