From bb59ffdc2fa7bc8481b2a2bd8b2f099077860166 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Mon, 29 Nov 2004 21:06:17 +0000 Subject: [PATCH] Indentation fixes (not part of the build) git-svn-id: svn://10.0.0.236/trunk@165902 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/calendar/base/test/calshell.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/calendar/base/test/calshell.js b/mozilla/calendar/base/test/calshell.js index b0f635d8fbc..41d8cf9c1dc 100644 --- a/mozilla/calendar/base/test/calshell.js +++ b/mozilla/calendar/base/test/calshell.js @@ -68,7 +68,7 @@ calOpListener.prototype = { onOperationComplete: function(aCalendar, aStatus, aOperationType, aId, - aDetail) { + aDetail) { dump("onOperationComplete:\n\t"); dump(aCalendar + "\n\t" + findErr(aStatus) + "\n\t" + aOperationType + "\n\t" + aId + "\n\t" + aDetail + "\n"); @@ -76,7 +76,7 @@ calOpListener.prototype = }, onGetResult: function(aCalendar, aStatus, aItemType, aDetail, aCount, - aItems) { + aItems) { dump("onGetResult: \n\t"); dump(aCalendar + "\n\t" + findErr(aStatus) + "\n\t" + aItemType + "\n\t" + aDetail + "\n\t" + aCount + "\n\t" + aItems + "\n");