aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/remote-store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-09-22 11:40:19 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-09-22 11:40:19 +0200
commit35a0ac183858ecb03e313e088562c84fe211e20d (patch)
tree35cf8728a8c10e385801d4148053def1a82da1fd /src/libstore/remote-store.hh
parent92ac8df0ec0b81d3655229f488201634e99088f8 (diff)
Style fixes
Diffstat (limited to 'src/libstore/remote-store.hh')
-rw-r--r--src/libstore/remote-store.hh7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libstore/remote-store.hh b/src/libstore/remote-store.hh
index 735a3c24e..ec04be985 100644
--- a/src/libstore/remote-store.hh
+++ b/src/libstore/remote-store.hh
@@ -64,7 +64,12 @@ public:
SubstitutablePathInfos & infos) override;
/* Add a content-addressable store path. `dump` will be drained. */
- ref<const ValidPathInfo> addCAToStore(Source & dump, const string & name, ContentAddressMethod caMethod, StorePathSet references, RepairFlag repair);
+ ref<const ValidPathInfo> addCAToStore(
+ Source & dump,
+ const string & name,
+ ContentAddressMethod caMethod,
+ const StorePathSet & references,
+ RepairFlag repair);
/* Add a content-addressable store path. Does not support references. `dump` will be drained. */
StorePath addToStoreFromDump(Source & dump, const string & name,