diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-09-10T20·36+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-09-10T20·40+0200 |
commit | 8af704eef1ee9a73b8d120b863223c015189e943 (patch) | |
tree | 27d3d15c9f2dd9e7cf381e30ad5351cb975acd27 /src/nix | |
parent | ad228d84e56aeb1b5f77ae3bd3f8272f00782a8c (diff) |
Typo
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/ls.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/ls.cc b/src/nix/ls.cc index a08e4c42c670..5a5fa8f62d92 100644 --- a/src/nix/ls.cc +++ b/src/nix/ls.cc @@ -50,7 +50,7 @@ struct MixLs : virtual Args } }; - doPath = [&](const FSAccessor::Stat & st , const Path & curPath, + doPath = [&](const FSAccessor::Stat & st, const Path & curPath, const std::string & relPath, bool showDirectory) { if (st.type == FSAccessor::Type::tDirectory && !showDirectory) { |