fix whitespace to sync branch/trunk

This commit is contained in:
gavin%gavinsharp.com 2006-02-24 01:29:51 +00:00
parent 522a0f7f03
commit 81706f1e14

View File

@ -36,7 +36,6 @@
#
# ***** END LICENSE BLOCK *****
function restartApp() {
var appStartup = Components.classes["@mozilla.org/toolkit/app-startup;1"]
.getService(Components.interfaces.nsIAppStartup);
@ -84,3 +83,4 @@ function onCancel() {
.getService(Components.interfaces.nsIAppStartup);
appStartup.quit(appStartup.eForceQuit);
}