mirror of
https://github.com/NixOS/nix
synced 2025-06-29 14:53:16 +02:00
Apply @edolstra stylistic suggestions
Mostly removing useless comments and adding spaces before `&` Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
3b76f8f252
commit
c182aac98a
3 changed files with 4 additions and 5 deletions
|
@ -752,7 +752,7 @@ void copyStorePath(ref<Store> srcStore, ref<Store> dstStore,
|
|||
that. Returns a map of what each path was copied to the dstStore
|
||||
as. */
|
||||
std::map<StorePath, StorePath> copyPaths(ref<Store> srcStore, ref<Store> dstStore,
|
||||
const RealisedPath::Set&,
|
||||
const RealisedPath::Set &,
|
||||
RepairFlag repair = NoRepair,
|
||||
CheckSigsFlag checkSigs = CheckSigs,
|
||||
SubstituteFlag substitute = NoSubstitute);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue