forked from lix-project/lix
Merge pull request #3950 from obsidiansystems/tabs-spaces
tabs -> spaces
This commit is contained in:
commit
2530cc6827
|
@ -74,7 +74,7 @@ void write(const Store & store, Sink & out, const StorePath & storePath)
|
||||||
template<>
|
template<>
|
||||||
std::optional<StorePath> read(const Store & store, Source & from, Phantom<std::optional<StorePath>> _)
|
std::optional<StorePath> read(const Store & store, Source & from, Phantom<std::optional<StorePath>> _)
|
||||||
{
|
{
|
||||||
auto s = readString(from);
|
auto s = readString(from);
|
||||||
return s == "" ? std::optional<StorePath> {} : store.parseStorePath(s);
|
return s == "" ? std::optional<StorePath> {} : store.parseStorePath(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue