fix whitespace to sync branch/trunk

This commit is contained in:
gavin@gavinsharp.com
2006-02-24 01:29:51 +00:00
parent 70f3350958
commit 10dc437287

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