aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/remote-store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-08-22 15:30:38 +0200
committerEelco Dolstra <edolstra@gmail.com>2022-08-22 15:32:53 +0200
commitf865048332a26f69a007881877203b9428783357 (patch)
tree60e60ff22d83f3f67186b81f406fc09c8b5a50b1 /src/libstore/remote-store.hh
parent4c96761c2bb51cb1635b7bbe56784daeeeee1561 (diff)
Indentation
Diffstat (limited to 'src/libstore/remote-store.hh')
-rw-r--r--src/libstore/remote-store.hh10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/libstore/remote-store.hh b/src/libstore/remote-store.hh
index 5a599997e..11d089cd2 100644
--- a/src/libstore/remote-store.hh
+++ b/src/libstore/remote-store.hh
@@ -89,12 +89,10 @@ public:
CheckSigsFlag checkSigs) override;
void addMultipleToStore(
- PathsSource & pathsToCopy,
- Activity & act,
- RepairFlag repair,
- CheckSigsFlag checkSigs) override;
-
-
+ PathsSource & pathsToCopy,
+ Activity & act,
+ RepairFlag repair,
+ CheckSigsFlag checkSigs) override;
StorePath addTextToStore(
std::string_view name,