From 68a8a3b4026d850948347c8a831f382fc1c136b2 Mon Sep 17 00:00:00 2001 From: Nicolas Mailhot Date: Apr 24 2019 14:47:34 +0000 Subject: misc: writevars: fix code formatting --- diff --git a/common.lua b/common.lua index 1191c1f..3f099bc 100644 --- a/common.lua +++ b/common.lua @@ -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 .. "}" ) ..