mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-24 19:05:18 +00:00
liblua: fix mix of spaces & tabs
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
#undef PI
|
||||
#define PI ((lua_Number)(3.1415926535897932384626433832795))
|
||||
#define RADIANS_PER_DEGREE ((lua_Number)(PI/180.0))
|
||||
#define PI ((lua_Number)(3.1415926535897932384626433832795))
|
||||
#define RADIANS_PER_DEGREE ((lua_Number)(PI/180.0))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user