From 8af704eef1ee9a73b8d120b863223c015189e943 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <edolstra@gmail.com>
Date: Sun, 10 Sep 2017 22:36:32 +0200
Subject: [PATCH] Typo

---
 src/nix/ls.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nix/ls.cc b/src/nix/ls.cc
index a08e4c42c..5a5fa8f62 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) {
-- 
GitLab