about summary refs log tree commit diff
path: root/src/libstore/store-api.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-09-26T19·39+0200
committerEelco Dolstra <edolstra@gmail.com>2018-09-26T19·39+0200
commit98b2cc2e6e63bfa49b8f75169a39b751b3e2c32c (patch)
tree7a6890df0292413d9fb5d1e7dcc74788e31202ec /src/libstore/store-api.cc
parented78582847d3932763ad9b7b239f843306fa6fe9 (diff)
Untabify
Diffstat (limited to 'src/libstore/store-api.cc')
-rw-r--r--src/libstore/store-api.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc
index 1f42097fcc..2c0f68651e 100644
--- a/src/libstore/store-api.cc
+++ b/src/libstore/store-api.cc
@@ -610,7 +610,7 @@ void copyStorePath(ref<Store> srcStore, ref<Store> dstStore,
         });
         srcStore->narFromPath({storePath}, wrapperSink);
     }, [&]() {
-	throw EndOfFile("NAR for '%s' fetched from '%s' is incomplete", storePath, srcStore->getUri());
+        throw EndOfFile("NAR for '%s' fetched from '%s' is incomplete", storePath, srcStore->getUri());
     });
 
     dstStore->addToStore(*info, *source, repair, checkSigs);