consistent indentation
This commit is contained in:
@@ -10,7 +10,7 @@ function HEX2RGB(color)
|
||||
end
|
||||
|
||||
function HEX2DEX(hex)
|
||||
if hex == "0" then return 0
|
||||
if hex == "0" then return 0
|
||||
elseif hex == "1" then return 1
|
||||
elseif hex == "2" then return 2
|
||||
elseif hex == "3" then return 3
|
||||
|
||||
Reference in New Issue
Block a user