Indentation fixes (not part of the build)

git-svn-id: svn://10.0.0.236/trunk@165902 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org
2004-11-29 21:06:17 +00:00
parent f93436c756
commit bb59ffdc2f

View File

@@ -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");