misc/liblua/ldo.c
changeset 3697 d5b30d6373fc
parent 2812 0a24853de796
--- a/misc/liblua/ldo.c	Sat Jul 31 10:52:43 2010 +0200
+++ b/misc/liblua/ldo.c	Sat Jul 31 11:24:53 2010 +0200
@@ -365,7 +365,7 @@
 ** The arguments are on the stack, right after the function.
 ** When returns, all the results are on the stack, starting at the original
 ** function position.
-*/ 
+*/
 void luaD_call (lua_State *L, StkId func, int nResults) {
   if (++L->nCcalls >= LUAI_MAXCCALLS) {
     if (L->nCcalls == LUAI_MAXCCALLS)