mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
fix indention
This commit is contained in:
parent
510674fb56
commit
3c77fb3f58
@ -611,7 +611,7 @@ SuggestAutoComplete.prototype = {
|
||||
startSearch: function(searchString, searchParam, previousResult, listener) {
|
||||
// Don't reuse a previous form history result when it no longer applies.
|
||||
if (!previousResult)
|
||||
this._formHistoryResult = null;
|
||||
this._formHistoryResult = null;
|
||||
|
||||
var searchService = Cc["@mozilla.org/browser/search-service;1"].
|
||||
getService(Ci.nsIBrowserSearchService);
|
||||
|
Loading…
Reference in New Issue
Block a user