Changeset 6858

Show
Ignore:
Timestamp:
02/11/11 19:54:51 (2 years ago)
Author:
soma
Message:

applications/ffwizard: Fix whitespace errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/applications/luci-ffwizard/luasrc/controller/ffwizard.lua

    r6854 r6858  
    1919 
    2020function index() 
    21         require("luci.i18n").loadc("ffwizard") 
    22         local i18n = luci.i18n.translate 
     21    require("luci.i18n").loadc("ffwizard") 
     22    local i18n = luci.i18n.translate 
    2323 
    2424    entry({"admin", "freifunk", "ffwizard"}, form("freifunk/ffwizard"), i18n("Wizard"), 40)