follow up Bug 600469. indent only fix. r=mak77, a=whitespace fix

This commit is contained in:
Makoto Kato 2010-10-22 21:27:44 +09:00
parent d69367ea98
commit 25ccca1076

View File

@ -517,7 +517,7 @@ nsPlacesAutoComplete.prototype = {
handleError: function PAC_handleError(aError)
{
Components.utils.reportError("Places AutoComplete: An async statement encountered an " +
"error: " + aError.result + ", '" + aError.message + "'");
"error: " + aError.result + ", '" + aError.message + "'");
},
handleCompletion: function PAC_handleCompletion(aReason)