Commit 654b7e97 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Lasse Karstensen

Polish

parent 99c2118d
......@@ -220,7 +220,7 @@ class Vmod(object):
vfn = 'Vmod_%s_Func' % self.nam
fo.write("/*lint -esym(754, %s::*) */\n" % vfn)
fo.write("\nstatic const struct %s Vmod_Func =" % vfn)
fo.write("\nstatic const struct %s Vmod_Func = " % vfn)
fo.write(self.c_initializer())
fo.write("\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment