no bug - Fix a misleading indentation

MozReview-Commit-ID: 4yvVRRxoxC8
This commit is contained in:
Sylvestre Ledru 2017-02-19 14:27:57 +01:00
parent f41633e415
commit 39d7cd6467

View File

@ -378,7 +378,7 @@ mozJSComponentLoader::LoadModule(FileLocation& aFile)
ModuleEntry* mod;
if (mModules.Get(spec, &mod))
return mod;
return mod;
dom::AutoJSAPI jsapi;
jsapi.Init();