diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-15 01:10:34 +0200 | 
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-15 01:10:34 +0200 | 
| commit | 6db1231adfffc18f1d015a4b916a7ad51d9a5aa4 (patch) | |
| tree | 7ff82f3bd6934fca2f19936f2045341d344c9033 | |
| parent | 283761cb68bff34c7d69a96b563382aa5e5a5142 (diff) | |
| download | luaotfload-6db1231adfffc18f1d015a4b916a7ad51d9a5aa4.tar.gz | |
cosmetic changes to luat-ovr
| -rw-r--r-- | otfl-luat-ovr.lua | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/otfl-luat-ovr.lua b/otfl-luat-ovr.lua index c57c68e..2a8af9e 100644 --- a/otfl-luat-ovr.lua +++ b/otfl-luat-ovr.lua @@ -12,7 +12,6 @@ local module_name = "luaotfload"  local texiowrite_nl = texio.write_nl  local stringformat  = string.format  local tableconcat   = table.concat -local dummyfunction = function() end  local type          = type  --[[doc-- @@ -31,9 +30,9 @@ We recreate the verbosity levels previously implemented in font-nms:  local loglevel = 1 --- default  local set_loglevel = function (n) -  if type(n) == "number" then -    loglevel = n -  end +    if type(n) == "number" then +        loglevel = n +    end  end  logs.set_loglevel = set_loglevel | 
