summaryrefslogtreecommitdiff
path: root/nss/gtests/nss_bogo_shim/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'nss/gtests/nss_bogo_shim/config.h')
-rw-r--r--nss/gtests/nss_bogo_shim/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/gtests/nss_bogo_shim/config.h b/nss/gtests/nss_bogo_shim/config.h
index 3764783..822df65 100644
--- a/nss/gtests/nss_bogo_shim/config.h
+++ b/nss/gtests/nss_bogo_shim/config.h
@@ -65,8 +65,8 @@ class Config {
template <typename T>
void AddEntry(const std::string& name, T init) {
- entries_[name] = std::unique_ptr<ConfigEntryBase>(
- new ConfigEntry<T>(name, init));
+ entries_[name] =
+ std::unique_ptr<ConfigEntryBase>(new ConfigEntry<T>(name, init));
}
Status ParseArgs(int argc, char** argv);