[latex3-commits] [l3svn] 10/20: l3build: Minor formatting changes

noreply at latex-project.org noreply at latex-project.org
Fri Apr 14 23:39:03 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 8d5a5d4434edef1299a8fd2b2d0a855d0772609c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Apr 14 18:37:51 2017 +0100

    l3build: Minor formatting changes
---
 l3build/l3build.lua |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 7972968..8c2d076 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -283,7 +283,8 @@ local function argparse()
       break
     end
     -- Look for optionals
-    local opt, optarg
+    local opt
+    local optarg
     local opts
     -- Look for and option and get it into a variable
     if match(a, "^%-") then
@@ -294,7 +295,7 @@ local function argparse()
           opt    = sub(a, 3, pos - 1)
           optarg = sub(a, pos + 1)
         else
-          opt = sub(a,3)
+          opt = sub(a, 3)
         end
       else
         opts = short_options

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list