[latex3-commits] [git/l3build] master: Formatting (879d8f7)

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


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/879d8f736b81f5cedde358008413be4c0f9dc193

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

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

    Formatting


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

879d8f736b81f5cedde358008413be4c0f9dc193
 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