summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-05 21:38:50 +0000
committerKarl Berry <karl@freefriends.org>2019-05-05 21:38:50 +0000
commit675266a469958f9238613ad9e8ce6ae637736923 (patch)
tree869733d71acafaa19a1ce89c0c430d475448ae03 /Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd.lua
parent89916d9520fa753d876b1c3d0b300c91be1eb5d3 (diff)
pgf
git-svn-id: svn://tug.org/texlive/trunk@51018 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd.lua')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd.lua b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd.lua
index cf94454a494..20d8acafa59 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd.lua
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd.lua
@@ -38,7 +38,7 @@ require("pgf").gd = gd
-- this table is present, it will be used as the default table. Second,
-- it can have a graph_parameters table. This table will be used in the
-- constructor to preload graph parameters from the pgf layer. For
--- this, each entry of the table should be of the form
+-- this, each entry of the table should be of the form
--
-- key = 'string'
--
@@ -50,13 +50,13 @@ require("pgf").gd = gd
function gd.new_algorithm_class (class)
class.__index = class
- class.new =
- function (initial)
+ class.new =
+ function (initial)
-- Create new object
local obj = {}
for k,v in pairs(initial) do
- obj[k] = v
+ obj[k] = v
end
setmetatable(obj, class)
@@ -69,4 +69,4 @@ function gd.new_algorithm_class (class)
end
-return gd \ No newline at end of file
+return gd