commit | 34668e731bb194b443bc0e6029d6d3583f08de28 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Tue Dec 15 14:46:47 2015 -0800 |
committer | Vitaly Buka <vitalybuka@google.com> | Wed Dec 16 01:32:53 2015 +0000 |
tree | 977de929eeaf54e264d1693d1a392a161ebf52f5 | |
parent | c3bc82a29cdff05d67d3b583ca0bc25df96ab382 [diff] [blame] |
Reformat Change-Id: Ia98499f9ada220151b24ecb8b60b02524d700bc4 Reviewed-on: https://weave-review.googlesource.com/1967 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/examples/daemon/common/daemon.h b/examples/daemon/common/daemon.h index 5a90988..4cccff3 100644 --- a/examples/daemon/common/daemon.h +++ b/examples/daemon/common/daemon.h
@@ -70,7 +70,8 @@ Daemon(const Options& opts) : config_store_{new weave::examples::FileConfigStore( - opts.disable_security_, opts.model_id_)}, + opts.disable_security_, + opts.model_id_)}, task_runner_{new weave::examples::EventTaskRunner}, http_client_{new weave::examples::CurlHttpClient(task_runner_.get())}, network_{new weave::examples::EventNetworkImpl(task_runner_.get())},