From 8af704eef1ee9a73b8d120b863223c015189e943 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 10 Sep 2017 22:36:32 +0200 Subject: Typo --- src/nix/ls.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix') 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) { -- cgit 1.4.1