minor: a lot of luacheck fixes

This commit is contained in:
Qingping Hou
2016-02-15 23:10:07 -08:00
parent 5e3100874f
commit e422842256
15 changed files with 34 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
local Generic = require("device/generic/device")
local isAndroid, android = pcall(require, "android")
local _, android = pcall(require, "android")
local ffi = require("ffi")
local DEBUG = require("dbg")