[latex3-commits] [git/l3build] sourcefiledir: Formatting (0aeb2f1)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Nov 28 08:51:05 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : sourcefiledir
Link       : https://github.com/latex3/l3build/commit/0aeb2f1b675fca1ffea9018965240648491f1fe5

>---------------------------------------------------------------

commit 0aeb2f1b675fca1ffea9018965240648491f1fe5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Nov 28 07:51:05 2017 +0000

    Formatting


>---------------------------------------------------------------

0aeb2f1b675fca1ffea9018965240648491f1fe5
 l3build.lua |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3build.lua b/l3build.lua
index 32fe004..62a20bd 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -64,11 +64,11 @@ end
 maindir = maindir or "."
 
 -- Substructure files
-docfiledir  = docfiledir  or maindir
+docfiledir    = docfiledir    or maindir
 sourcefiledir = sourcefiledir or maindir
-supportdir  = supportdir  or maindir     .. "/support"
-testfiledir = testfiledir or maindir     .. "/testfiles"
-testsuppdir = testsuppdir or testfiledir .. "/support"
+supportdir    = supportdir    or maindir     .. "/support"
+testfiledir   = testfiledir   or maindir     .. "/testfiles"
+testsuppdir   = testsuppdir   or testfiledir .. "/support"
 
 -- Structure within a development area
 builddir   = builddir   or maindir .. "/build"





More information about the latex3-commits mailing list