summaryrefslogtreecommitdiff
path: root/src/lvm.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/lvm.js')
-rw-r--r--src/lvm.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lvm.js b/src/lvm.js
index ffc1d74..1898f3b 100644
--- a/src/lvm.js
+++ b/src/lvm.js
@@ -78,15 +78,15 @@ const luaV_finishOp = function(L) {
};
const RA = function(L, base, i) {
- return base + i.A;
+ return base + i.A;
};
const RB = function(L, base, i) {
- return base + i.B;
+ return base + i.B;
};
const RC = function(L, base, i) {
- return base + i.C;
+ return base + i.C;
};
const RKB = function(L, base, k, i) {