mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
Style fixes
This commit is contained in:
parent
92ac8df0ec
commit
35a0ac1838
4 changed files with 40 additions and 15 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue