summaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2012-08-14 15:12:34 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2012-08-14 15:12:34 -0300
commit53480f1163a65cc683b00663e2fa4883746ce7fb (patch)
treef415a4d7e76fa59d766b46511d426f0dc8c109c2 /lvm.c
parent233eac4d3a5ef126ce77a93fee52f5b4eb789969 (diff)
downloadlua-53480f1163a65cc683b00663e2fa4883746ce7fb.tar.gz
lua-53480f1163a65cc683b00663e2fa4883746ce7fb.tar.bz2
lua-53480f1163a65cc683b00663e2fa4883746ce7fb.zip
details (remove of some extra spaces)
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lvm.c b/lvm.c
index 2d27d512..8657ebbe 100644
--- a/lvm.c
+++ b/lvm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lvm.c,v 2.151 2012/05/14 17:50:49 roberto Exp roberto $ 2** $Id: lvm.c,v 2.152 2012/06/08 15:14:04 roberto Exp roberto $
3** Lua virtual machine 3** Lua virtual machine
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -470,7 +470,7 @@ void luaV_finishOp (lua_State *L) {
470 L->top = ci->top; /* adjust results */ 470 L->top = ci->top; /* adjust results */
471 break; 471 break;
472 } 472 }
473 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: 473 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE:
474 break; 474 break;
475 default: lua_assert(0); 475 default: lua_assert(0);
476 } 476 }