mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Normalize source code
Add .gitattributes Remove trailing whitespaces
This commit is contained in:
@@ -5,7 +5,7 @@ function Bit.bit(p)
|
||||
end
|
||||
|
||||
function Bit.hasBit(x, p)
|
||||
return x % (p + p) >= p
|
||||
return x % (p + p) >= p
|
||||
end
|
||||
|
||||
function Bit.setbit(x, p)
|
||||
|
Reference in New Issue
Block a user