forked from lix-project/lix
Fix whitespace
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
2f5c1a27dc
commit
e47984ce0b
|
@ -241,7 +241,7 @@ ref<const ValidPathInfo> BinaryCacheStore::addToStoreCommon(
|
|||
for (auto & [s2, _type] : narAccessor->readDirectory(dir)) {
|
||||
auto debugPath = dir + s2;
|
||||
|
||||
if ( narAccessor->lstat(debugPath).type != SourceAccessor::tRegular
|
||||
if (narAccessor->lstat(debugPath).type != SourceAccessor::tRegular
|
||||
|| !std::regex_match(s2, regex2))
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in a new issue