Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D22514
This commit is contained in:
Sylvestre Ledru
2019-03-13 10:19:06 +01:00
parent 79497b0458
commit b31009da86
274 changed files with 1163 additions and 1404 deletions

View File

@@ -2065,9 +2065,7 @@ nsPrefBranch::nsPrefBranch(const char* aPrefRoot, PrefValueKind aKind)
}
}
nsPrefBranch::~nsPrefBranch() {
FreeObserverList();
}
nsPrefBranch::~nsPrefBranch() { FreeObserverList(); }
NS_IMPL_ISUPPORTS(nsPrefBranch, nsIPrefBranch, nsIObserver,
nsISupportsWeakReference)
@@ -5460,4 +5458,4 @@ namespace mozilla {
void UnloadPrefsModule() { Preferences::Shutdown(); }
}
} // namespace mozilla