Skip to content

Commit

Permalink
Revert "Formatting"
Browse files Browse the repository at this point in the history
This reverts commit 879d8f7.
  • Loading branch information
josephwright committed Nov 28, 2017
1 parent c3724d6 commit a200d07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions l3build.lua
Expand Up @@ -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"
Expand Down

0 comments on commit a200d07

Please sign in to comment.