Switch to new UCI version
[project/luci.git] / libs / uvl / luasrc / uvl / loghelper.lua
index c36c979..91da1ac 100644 (file)
@@ -76,6 +76,6 @@ function id( c, s, o )
        if type(c) == "table" then
                c, s, o = unpack(c)
        end
-       
+
        return c .. ( s and '.' .. s or '' ) .. ( o and '.' .. o or '' )
 end