gluon-luci-portconfig: portconfig.lua: change spaces to tabs (#998)

This commit is contained in:
Christof Schulze 2017-01-02 19:22:05 +01:00 committed by Andreas Ziegler
parent 2ddf77fc81
commit d09351c97c

View File

@ -7,7 +7,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
$Id$ $Id$
]]-- ]]--
@ -101,7 +101,6 @@ if uci:get('system', 'gpio_switch_poe_passthrough') then
o.rmempty = false o.rmempty = false
end end
function f.handle(self, state, data) function f.handle(self, state, data)
if state == FORM_VALID then if state == FORM_VALID then
uci:set("network", "wan", "proto", data.ipv4) uci:set("network", "wan", "proto", data.ipv4)