ソースを参照

remove trailing whitespace

Marcos Kirsch 8 年 前
コミット
ba44745194
1 ファイル変更1 行追加1 行削除
  1. 1 1
      httpserver.lua

+ 1 - 1
httpserver.lua

@@ -80,7 +80,7 @@ return function (port)
       end
       end
    )
    )
    -- false and nil evaluate as false
    -- false and nil evaluate as false
-   local ip = wifi.sta.getip() 
+   local ip = wifi.sta.getip()
    if not ip then ip = wifi.ap.getip() end
    if not ip then ip = wifi.ap.getip() end
    print("nodemcu-httpserver running at http://" .. ip .. ":" ..  port)
    print("nodemcu-httpserver running at http://" .. ip .. ":" ..  port)
    return s
    return s