diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-08-22 15:30:38 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-08-22 15:32:53 +0200 |
commit | f865048332a26f69a007881877203b9428783357 (patch) | |
tree | 60e60ff22d83f3f67186b81f406fc09c8b5a50b1 /src/libstore/store-api.hh | |
parent | 4c96761c2bb51cb1635b7bbe56784daeeeee1561 (diff) |
Indentation
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r-- | src/libstore/store-api.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index c0a61115b..c8a667c6d 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -369,12 +369,12 @@ public: Source & source, RepairFlag repair = NoRepair, CheckSigsFlag checkSigs = CheckSigs); + virtual void addMultipleToStore( PathsSource & pathsToCopy, Activity & act, RepairFlag repair = NoRepair, - CheckSigsFlag checkSigs = CheckSigs - ); + CheckSigsFlag checkSigs = CheckSigs); /* Copy the contents of a path to the store and register the validity the resulting path. The resulting path is returned. |