libs/web: reformat code in dispatcher.lua that confuses luadoc
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 29 Nov 2008 21:21:43 +0000 (21:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 29 Nov 2008 21:21:43 +0000 (21:21 +0000)
libs/web/luasrc/dispatcher.lua

index 5fb50dc..cae5492 100644 (file)
@@ -391,7 +391,8 @@ function modifier(func, order)
        context.modifiers[#context.modifiers+1] = {
                func = func,
                order = order or 0,
-               module = getfenv(2)._NAME
+               module
+                       = getfenv(2)._NAME
        }
 end