misc: writevars: fix code formatting

This commit is contained in:
Nicolas Mailhot 2018-11-08 19:18:36 +01:00 committed by Igor Gnatenko
parent f29acc639b
commit 68a8a3b402
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ end
-- @@FOO@@ with the rpm evaluation of %{foo} and
-- @@BAR@@ with the rpm evaluation of %{bar}
-- in myfile
local function writevars(macrofile,rpmvars)
local function writevars(macrofile, rpmvars)
for _, rpmvar in ipairs(rpmvars) do
print("sed -i 's\029" .. string.upper("@@" .. rpmvar .. "@@") ..
"\029" .. rpm.expand( "%{" .. rpmvar .. "}" ) ..