about summary refs log tree commit diff
path: root/src/nix/ls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/ls.cc')
-rw-r--r--src/nix/ls.cc2
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) {