[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Fix formatting (27b2f7f)

Marcel Fabian Krüger tex at 2krueger.de
Thu Feb 13 11:20:39 CET 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/27b2f7f90cd2ed2d98d251d2141b238261e1dee0

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

commit 27b2f7f90cd2ed2d98d251d2141b238261e1dee0
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Thu Feb 13 11:20:39 2020 +0100

    Fix formatting


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

27b2f7f90cd2ed2d98d251d2141b238261e1dee0
 src/luaotfload-database.lua |  3 +--
 src/luaotfload-parsers.lua  | 18 +++++++++---------
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua
index 9a84ab1..eadfbc9 100644
--- a/src/luaotfload-database.lua
+++ b/src/luaotfload-database.lua
@@ -3640,8 +3640,7 @@ end
 
 --- string -> string list -> int -> string list -> string list -> string list ->
 ---     (string list * string list * string list * string list)
-local function collect_cache (path, all, n, luanames,
-                                              lucnames, rest)
+local function collect_cache (path, all, n, luanames, lucnames, rest)
     if not all then
         local all = find_files (path)
 
diff --git a/src/luaotfload-parsers.lua b/src/luaotfload-parsers.lua
index fbcd6e3..4b548ec 100644
--- a/src/luaotfload-parsers.lua
+++ b/src/luaotfload-parsers.lua
@@ -249,15 +249,15 @@ end
 ---     -> (string -> fun option -> string list)
 ---     -> tab * tab * tab
 local function read_fonts_conf_indeed (depth,
-                                   start,
-                                   home,
-                                   xdg_config_home,
-                                   xdg_data_home,
-                                   acc,
-                                   done,
-                                   dirs_done,
-                                   find_files,
-                                   basedir)
+                                       start,
+                                       home,
+                                       xdg_config_home,
+                                       xdg_data_home,
+                                       acc,
+                                       done,
+                                       dirs_done,
+                                       find_files,
+                                       basedir)
 
   logreport ("both", 4, "db",
              "Fontconfig scanner processing path %s.",





More information about the latex3-commits mailing list.